Skip to content

Commit 0875083

Browse files
committed
fix
Signed-off-by: oliver könig <[email protected]>
1 parent 4e15269 commit 0875083

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

nemo_run/core/execution/dgxcloud.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,11 @@
2828
import requests
2929
from invoke.context import Context
3030

31-
from nemo_run.config import get_nemorun_home
32-
from nemo_run.core.console import CONSOLE
33-
from nemo_run.core.constants import RUNDIR_NAME
31+
from nemo_run.config import RUNDIR_NAME, get_nemorun_home
3432
from nemo_run.core.execution.base import Executor, ExecutorMacros
3533
from nemo_run.core.execution.launcher import FaultTolerance, Launcher, Torchrun
3634
from nemo_run.core.execution.utils import fill_template
35+
from nemo_run.core.frontend.console.api import CONSOLE
3736
from nemo_run.core.packaging.base import Packager
3837
from nemo_run.core.packaging.git import GitArchivePackager
3938

0 commit comments

Comments
 (0)