Skip to content

Commit 222c859

Browse files
committed
fix
Signed-off-by: Hemil Desai <hemild@nvidia.com>
1 parent 379a070 commit 222c859

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

nemo_run/core/execution/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
from nemo_run.core.execution.dgxcloud import DGXCloudExecutor
1716
from nemo_run.core.execution.lepton import LeptonExecutor
1817
from nemo_run.core.execution.local import LocalExecutor
18+
from nemo_run.core.execution.runai import RunAIExecutor
1919
from nemo_run.core.execution.skypilot import SkypilotExecutor
2020
from nemo_run.core.execution.slurm import SlurmExecutor
2121

2222
__all__ = [
2323
"LocalExecutor",
2424
"SlurmExecutor",
2525
"SkypilotExecutor",
26-
"DGXCloudExecutor",
26+
"RunAIExecutor",
2727
"LeptonExecutor",
2828
]

0 commit comments

Comments
 (0)