Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
zswerth committed Jan 23, 2025
1 parent 1122df8 commit 3372190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launcher_scripts/nemo_launcher/core/stages.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def _make_nsys_command_prefix(self, results_dir: str) -> str:
)
if nsys_cfg.get("gpu_metrics", False):
slurm_local_rank = "\${SLURM_LOCALID}"
nsys_prefix += (f"--gpu-metrics-device={slurm_local_rank} ")
nsys_prefix += f"--gpu-metrics-device={slurm_local_rank} "
return nsys_prefix

def _make_container_mounts_string(self) -> str:
Expand Down

0 comments on commit 3372190

Please sign in to comment.