We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 393d889 commit ba9d2f5Copy full SHA for ba9d2f5
1 file changed
nemo_automodel/components/checkpoint/checkpointing.py
@@ -77,7 +77,7 @@ def _ensure_msc_available() -> None:
77
if not MSC_AVAILABLE:
78
raise ImportError(
79
"multistorageclient is required for cloud storage paths. "
80
- "Install it with: pip install multi-storage-client"
+ "Install it with: pip install multi-storage-client "
81
"--index-url https://pypi.nvidia.com"
82
)
83
0 commit comments