diff --git a/nemo_run/run/experiment.py b/nemo_run/run/experiment.py index 9e6a6c88..460f04f6 100644 --- a/nemo_run/run/experiment.py +++ b/nemo_run/run/experiment.py @@ -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.