Skip to content

Commit 6c54788

Browse files
committed
spelling
1 parent de04125 commit 6c54788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nemo_run/run/experiment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ def run(
645645
In sequential mode, if all executor supports dependencies, then all tasks will be scheduled at once
646646
by specifying the correct dependencies to each task.
647647
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.
648+
In this particular case, we cannot guarantee the state of the experiment if the process exits in the middle.
649649
650650
Currently, only the slurm executor supports dependencies.
651651

0 commit comments

Comments
 (0)