Skip to content

Commit 099d354

Browse files
authored
[Docs]: Nebius InfiniBand clusters (#2634)
1 parent fe24183 commit 099d354

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

docs/docs/concepts/fleets.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,16 @@ This ensures all instances are provisioned in the same backend and region with o
7171
If the `aws` backend config has `public_ips: false` set, `dstack` enables the maximum number of interfaces supported by the instance.
7272
Otherwise, if instances have public IPs, only one EFA interface is enabled per instance due to AWS limitations.
7373

74-
> The `cluster` placement is supported only for `aws`, `azure`, `gcp`, `oci`, and `vultr`
74+
??? info "Nebius"
75+
`dstack` automatically creates an [InfiniBand cluster](https://docs.nebius.com/compute/clusters/gpu)
76+
if all instances in the fleet support it.
77+
Otherwise, instances are only connected by the default VPC subnet.
78+
79+
An InfiniBand fabric for the cluster is selected automatically.
80+
If you prefer to use some specific fabrics, configure them in the
81+
[backend settings](../reference/server/config.yml.md#nebius).
82+
83+
> The `cluster` placement is supported only for `aws`, `azure`, `gcp`, `nebius`, `oci`, and `vultr`
7584
> backends.
7685
7786
#### Resources

docs/docs/guides/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ one of these features, `dstack` will only select offers from the backends that s
102102
are supported by all backends except `runpod`, `vastai`, and `kubernetes`.
103103
- [Clusters](../concepts/fleets.md#cloud-placement)
104104
and [distributed tasks](../concepts/tasks.md#distributed-tasks)
105-
are only supported by the `aws`, `azure`, `gcp`, `oci`, and `vultr` backends,
105+
are only supported by the `aws`, `azure`, `gcp`, `nebius`, `oci`, and `vultr` backends,
106106
as well as SSH fleets.
107107
- [Reservations](../reference/dstack.yml/fleet.md#reservation)
108108
are only supported by the `aws` backend.

0 commit comments

Comments
 (0)