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 de04125 commit 6c54788Copy full SHA for 6c54788
nemo_run/run/experiment.py
@@ -645,7 +645,7 @@ def run(
645
In sequential mode, if all executor supports dependencies, then all tasks will be scheduled at once
646
by specifying the correct dependencies to each task.
647
Otherwise, the experiment.run call will block and each task that is scheduled will be executed sequentially.
648
- 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.
649
650
Currently, only the slurm executor supports dependencies.
651
0 commit comments