Skip to content

Commit db84ae0

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

nemo_run/core/execution/dgxcloud.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from enum import Enum
2525
from pathlib import Path
2626
from typing import Any, Iterable, Optional
27-
27+
import logging
2828
import requests
2929
from invoke.context import Context
3030

@@ -37,6 +37,9 @@
3737
from nemo_run.core.packaging.git import GitArchivePackager
3838

3939

40+
logger = logging.getLogger(__name__)
41+
42+
4043
class DGXCloudState(Enum):
4144
CREATING = "Creating"
4245
INITIALIZING = "Initializing"
@@ -626,3 +629,4 @@ def __repr__(self) -> str:
626629
# ---------------------------------------------------
627630
{self.materialize()}
628631
"""
632+
"""

0 commit comments

Comments
 (0)