Skip to content

Commit bee0130

Browse files
authored
Update tutorials/slurm/array_pipeline.py
Signed-off-by: Sarah Yurick <53962159+sarahyurick@users.noreply.github.com>
1 parent 45ebe54 commit bee0130

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/slurm/array_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def main() -> None:
158158
)
159159
logger.info(f"\n{pipeline.describe()}")
160160

161-
pipeline.run()
161+
pipeline.run(checkpoint_path=args.checkpoint_path)
162162

163163
# Check unconditionally: the user may have set NEMO_CURATOR_FAILED_TASKS_DIR
164164
# manually even without --checkpoint-path, and the function safely returns

0 commit comments

Comments
 (0)