Skip to content

Commit

Permalink
Add missing import for DGXCloudExecutor
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Garay <palenq@gmail.com>
  • Loading branch information
pablo-garay authored Feb 5, 2025
1 parent 570f577 commit 19a2eca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nemo_run/core/execution/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
from nemo_run.core.execution.local import LocalExecutor
from nemo_run.core.execution.skypilot import SkypilotExecutor
from nemo_run.core.execution.slurm import SlurmExecutor
from nemo_run.core.execution.dgxcloud import DGXCloudExecutor

__all__ = ["LocalExecutor", "SlurmExecutor", "SkypilotExecutor", "DGXCloudExecutor"]

0 comments on commit 19a2eca

Please sign in to comment.