Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
Signed-off-by: Guyue Huang <[email protected]>
  • Loading branch information
guyueh1 committed Dec 4, 2024
1 parent f62b63b commit dbd49a9
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 @@ -289,7 +289,7 @@ def _make_nsys_command_prefix(self, results_dir: str) -> str:
f"--capture-range=cudaProfilerApi "
f"--capture-range-end=stop "
f"--cuda-graph-trace=node "
)
)
return nsys_prefix

def _make_container_mounts_string(self) -> str:
Expand Down

0 comments on commit dbd49a9

Please sign in to comment.