Skip to content

Commit 2b04fca

Browse files
committed
Fix sdk references
Signed-off-by: Ryan Wolf <[email protected]>
1 parent 59e9145 commit 2b04fca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/nemo_run/launch_slurm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ def main():
4646
script_command=curator_command,
4747
)
4848

49-
executor = sdk.resolve(SlurmExecutor, "nemo_curator_slurm_executor")
50-
with sdk.Experiment("example_nemo_curator_exp", executor=executor) as exp:
49+
executor = run.resolve(SlurmExecutor, "nemo_curator_slurm_executor")
50+
with run.Experiment("example_nemo_curator_exp", executor=executor) as exp:
5151
exp.add(curator_job.to_script(), tail_logs=True)
5252
exp.run(detach=False)
5353

0 commit comments

Comments
 (0)