Skip to content

Commit 053fe29

Browse files
committed
Review fix
- Add `gcp-g4` gpuhunt flag - Update `preview_features` description
1 parent 03cc567 commit 053fe29

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/dstack/_internal/core/backends/base/offers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"oci-spot",
2424
"lambda-arm",
2525
"gcp-a4",
26+
"gcp-g4",
2627
"gcp-dws-calendar-mode",
2728
]
2829

src/dstack/_internal/core/backends/gcp/models.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,10 @@ class GCPBackendConfig(CoreModel):
9292
preview_features: Annotated[
9393
Optional[List[Literal["g4"]]],
9494
Field(
95-
description=("The list of preview GCP features to enable. Supported values: `g4`"),
95+
description=(
96+
"The list of preview GCP features to enable."
97+
" There are currently no preview features"
98+
),
9699
max_items=1,
97100
),
98101
] = None

0 commit comments

Comments
 (0)