Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions docs/docs/concepts/fleets.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,7 @@ This ensures all instances are provisioned with optimal inter-node connectivity.

!!! info "Backend configuration"
You may need to configure `extra_vpcs` and `roce_vpcs` in the `gcp` backend configuration.
Refer to the [A4](../../examples/clusters/a4/index.md),
[A3 Mega](../../examples/clusters/a3mega/index.md), and
[A3 High](../../examples/clusters/a3high/index.md) examples for more details.
Refer to the [GCP](../../examples/clusters/gcp/index.md) examples for more details.

??? info "Nebius"
When you create a fleet with Nebius, [InfiniBand networking](https://docs.nebius.com/compute/clusters/gpu) is automatically configured if it’s supported for the corresponding instance type.
Expand Down
4 changes: 1 addition & 3 deletions docs/docs/guides/clusters.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ For cloud fleets, fast interconnect is currently supported only on the `aws`, `g

!!! info "Backend configuration"
You may need to configure `extra_vpcs` and `roce_vpcs` in the `gcp` backend configuration.
Refer to the [A4](../../examples/clusters/a4/index.md),
[A3 Mega](../../examples/clusters/a3mega/index.md), and
[A3 High](../../examples/clusters/a3high/index.md) examples for more details.
Refer to the [GCP](../../examples/clusters/gcp/index.md) examples for more details.

=== "Nebius"
When you create a cloud fleet with Nebius, [InfiniBand](https://docs.nebius.com/compute/clusters/gpu) networking is automatically configured if it’s supported for the corresponding instance type.
Expand Down
28 changes: 4 additions & 24 deletions docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,37 +100,17 @@ hide:
Run multi-node RCCL tests with MPI
</p>
</a>
<a href="/examples/clusters/a4"
<a href="/examples/clusters/gcp"
class="feature-cell sky">
<h3>
GCP A4
GCP
</h3>

<p>
Set up GCP A4 clusters with optimized networking
Set up GCP A4 and A3 clusters with optimized networking
</p>
</a>
<a href="/examples/clusters/a3mega"
class="feature-cell sky">
<h3>
GCP A3 Mega
</h3>

<p>
Set up GCP A3 Mega clusters with optimized networking
</p>
</a>
<a href="/examples/clusters/a3high"
class="feature-cell sky">
<h3>
GCP A3 High
</h3>

<p>
Set up GCP A3 High clusters with optimized networking
</p>
</a>
<a href="/examples/clusters/efa"
<a href="/examples/clusters/efa"
class="feature-cell sky">
<h3>
AWS EFA
Expand Down
Empty file.
Empty file removed docs/examples/clusters/a4/index.md
Empty file.
229 changes: 0 additions & 229 deletions examples/clusters/a3high/README.md

This file was deleted.

Loading