Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nemo_run/run/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ def run(
In sequential mode, if all executor supports dependencies, then all tasks will be scheduled at once
by specifying the correct dependencies to each task.
Otherwise, the experiment.run call will block and each task that is scheduled will be executed sequentially.
In this particular case, we cannot guarantee the state of the exeperiment if the process exits in the middle.
In this particular case, we cannot guarantee the state of the experiment if the process exits in the middle.

Currently, only the slurm executor supports dependencies.

Expand Down
Loading