Skip to content

Commit 65c0430

Browse files
authored
Update to latest Lepton SDK (#248)
The Lepton SDK has been updated for compatibility with DGX Cloud Lepton. Existing installations of the Lepton SDK will need to be updated to work with DGX Cloud Lepton. Signed-off-by: Robert Clark <[email protected]>
1 parent d32681f commit 65c0430

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nemo_run/core/execution/lepton.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from typing import Any, List, Optional, Set, Type
1212

1313
from invoke.context import Context
14-
from leptonai.api.v1.client import APIClient
14+
from leptonai.api.v2.client import APIClient
1515
from leptonai.api.v1.types.affinity import LeptonResourceAffinity
1616
from leptonai.api.v1.types.common import LeptonVisibility, Metadata
1717
from leptonai.api.v1.types.dedicated_node_group import DedicatedNodeGroup

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
"cryptography < 43.0.0",
3131
"networkx >= 3.3",
3232
"omegaconf>=2.3.0",
33-
"leptonai>=0.23.1",
33+
"leptonai>=0.25.0",
3434
"packaging",
3535
"toml",
3636
]

0 commit comments

Comments
 (0)