Skip to content

Commit 5a56bbd

Browse files
committed
fix: resolve merge conflict in checkpointing.py
Signed-off-by: Edison <edisonggacc@gmail.com>
1 parent 1dab6a6 commit 5a56bbd

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

nemo_automodel/components/checkpoint/checkpointing.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,7 @@ def _ensure_msc_available() -> None:
7676
"""Raise an error if MSC is not installed but a cloud path is used."""
7777
if not MSC_AVAILABLE:
7878
raise ImportError(
79-
<<<<<<< HEAD
80-
"multistorageclient is required for cloud storage paths. "
81-
=======
8279
"multistorageclient is required for cloud storage paths."
83-
>>>>>>> 91a223c (fix: address review comments - PEFT cloud path, optional dependencies, and unit test fixes)
8480
"Install it with: pip install multi-storage-client "
8581
"--index-url https://pypi.nvidia.com"
8682
)

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ dependencies = [
8888
"mlflow",
8989
"flashoptim>=0.1.3",
9090
]
91-
9291
[project.optional-dependencies]
9392
cloud = ["multi-storage-client",]
9493
dev = ["localstack>=2026.3.0",]

0 commit comments

Comments
 (0)