We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 379a070 commit 222c859Copy full SHA for 222c859
1 file changed
nemo_run/core/execution/__init__.py
@@ -13,16 +13,16 @@
13
# See the License for the specific language governing permissions and
14
# limitations under the License.
15
16
-from nemo_run.core.execution.dgxcloud import DGXCloudExecutor
17
from nemo_run.core.execution.lepton import LeptonExecutor
18
from nemo_run.core.execution.local import LocalExecutor
+from nemo_run.core.execution.runai import RunAIExecutor
19
from nemo_run.core.execution.skypilot import SkypilotExecutor
20
from nemo_run.core.execution.slurm import SlurmExecutor
21
22
__all__ = [
23
"LocalExecutor",
24
"SlurmExecutor",
25
"SkypilotExecutor",
26
- "DGXCloudExecutor",
+ "RunAIExecutor",
27
"LeptonExecutor",
28
]
0 commit comments