Skip to content

Commit 8a5f925

Browse files
Bihan  RanaBihan  Rana
authored andcommitted
Bump gpuhunt to 0.1.8
1 parent 2fd9d31 commit 8a5f925

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
"python-multipart>=0.0.16",
3333
"filelock",
3434
"psutil",
35-
"gpuhunt==0.1.7",
35+
"gpuhunt==0.1.8",
3636
"argcomplete>=3.5.0",
3737
"ignore-python>=0.2.0",
3838
"orjson",

src/dstack/_internal/core/backends/digitalocean_base/compute.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
from dstack._internal.core.backends.base.offers import get_catalog_offers
1313
from dstack._internal.core.backends.digitalocean_base.api_client import DigitalOceanAPIClient
1414
from dstack._internal.core.backends.digitalocean_base.models import BaseDigitalOceanConfig
15+
from dstack._internal.core.errors import BackendError
1516
from dstack._internal.core.models.backends.base import BackendType
1617
from dstack._internal.core.models.instances import (
1718
InstanceAvailability,

0 commit comments

Comments
 (0)