Skip to content
Open
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
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,8 @@ nav:
- Qwen 3.6: docs/examples/models/qwen36.md
- Accelerators:
- AMD: docs/examples/accelerators/amd.md
- TPU: docs/examples/accelerators/tpu.md
- Tenstorrent: docs/examples/accelerators/tenstorrent.md
- TPU: docs/examples/accelerators/tpu.md
- Reference:
- .dstack.yml:
- dev-environment: docs/reference/dstack.yml/dev-environment.md
Expand Down
10 changes: 4 additions & 6 deletions mkdocs/docs/concepts/fleets.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,19 +114,17 @@ To create a fleet, define its configuration in a YAML file. The filename must en
[native package manager](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/native-install/index.html)
or [AMDGPU installer](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/amdgpu-install.html).)

=== "Intel Gaudi"
2. Hosts with Intel Gaudi accelerators must be pre-installed with [Gaudi software and drivers](https://docs.habana.ai/en/latest/Installation_Guide/Driver_Installation.html#driver-installation).
This must include the drivers, `hl-smi`, and Habana Container Runtime.

=== "Tenstorrent"
2. Hosts with Tenstorrent accelerators must be pre-installed with [Tenstorrent software](https://docs.tenstorrent.com/getting-started/README.html#software-installation).
This must include the drivers, `tt-smi`, and HugePages.
This must include the drivers and HugePages.

3. The user specified must have passwordless `sudo` access.

4. The SSH server must be running and configured with `AllowTcpForwarding yes` in `/etc/ssh/sshd_config`.

5. The firewall must allow SSH and should forbid any other connections from external networks. For `placement: cluster` fleets, it should also allow any communication between fleet nodes.
5. The firewall must allow SSH and should forbid any other connections from external networks.

6. If `placement` is set to `cluster`, hosts must be able to communicate with each other.

> Once the fleet is created, you can run [dev environments](dev-environments.md), [tasks](tasks.md), and [services](services.md).

Expand Down
Loading
Loading