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 208ed86 commit c521a57Copy full SHA for c521a57
1 file changed
src/dstack/_internal/core/backends/nebius/fabrics.py
@@ -20,6 +20,7 @@ class InfinibandFabric:
20
InfinibandFabric("fabric-5", "gpu-h200-sxm", "eu-west1"),
21
InfinibandFabric("fabric-6", "gpu-h100-sxm", "eu-north1"),
22
InfinibandFabric("fabric-7", "gpu-h200-sxm", "eu-north1"),
23
+ InfinibandFabric("us-central1-a", "gpu-h200-sxm", "us-central1"),
24
]
25
26
0 commit comments