Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions nemo_run/run/ray/slurm.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ def get_srun_flags(mounts: list[str], container_image: Optional[str]) -> str:
new_mounts = mounts

new_mounts.append(f"{self.cluster_dir}:{self.cluster_dir}")
new_mounts.append(f"{logs_dir}:{logs_dir}")

_srun_flags += ["--container-mounts", ",".join(new_mounts)]
container_workdir = self.workdir or self.cluster_dir
Expand Down
Loading