We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51aa582 commit 0a1c2aaCopy full SHA for 0a1c2aa
nemo_run/core/execution/dgxcloud.py
@@ -361,6 +361,11 @@ def assign(
361
)
362
self.experiment_id = exp_id
363
364
+ def get_launcher_prefix(self) -> Optional[list[str]]:
365
+ launcher = self.get_launcher()
366
+ if launcher.nsys_profile:
367
+ return launcher.get_nsys_prefix(profile_dir="/nemo_run")
368
+
369
def package_configs(self, *cfgs: tuple[str, str]) -> list[str]:
370
filenames = []
371
basepath = os.path.join(self.job_dir, "configs")
0 commit comments