Skip to content

Commit 3ed48eb

Browse files
committed
Change should->must and mention clusters
1 parent 6cf064e commit 3ed48eb

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

docs/docs/concepts/fleets.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -254,30 +254,30 @@ Define a fleet configuration as a YAML file in your project directory. The file
254254
</div>
255255

256256
??? info "Requirements"
257-
1.&nbsp;Hosts should be pre-installed with Docker.
257+
1.&nbsp;Hosts must be pre-installed with Docker.
258258

259259
=== "NVIDIA"
260-
2.&nbsp;Hosts with NVIDIA GPUs should also be pre-installed with CUDA 12.1 and
260+
2.&nbsp;Hosts with NVIDIA GPUs must also be pre-installed with CUDA 12.1 and
261261
[NVIDIA Container Toolkit :material-arrow-top-right-thin:{ .external }](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html).
262262

263263
=== "AMD"
264-
2.&nbsp;Hosts with AMD GPUs should also be pre-installed with AMDGPU-DKMS kernel driver (e.g. via
264+
2.&nbsp;Hosts with AMD GPUs must also be pre-installed with AMDGPU-DKMS kernel driver (e.g. via
265265
[native package manager :material-arrow-top-right-thin:{ .external }](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/native-install/index.html)
266266
or [AMDGPU installer :material-arrow-top-right-thin:{ .external }](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/amdgpu-install.html).)
267267

268268
=== "Intel Gaudi"
269-
2.&nbsp;Hosts with Intel Gaudi accelerators should be pre-installed with [Gaudi software and drivers](https://docs.habana.ai/en/latest/Installation_Guide/Driver_Installation.html#driver-installation).
270-
This should include the drivers, `hl-smi`, and Habana Container Runtime.
269+
2.&nbsp;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).
270+
This must include the drivers, `hl-smi`, and Habana Container Runtime.
271271

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

276-
3.&nbsp;The user specified should have passwordless `sudo` access.
276+
3.&nbsp;The user specified must have passwordless `sudo` access.
277277

278-
4.&nbsp;The SSH server should be running and configured with `AllowTcpForwarding yes` in `/etc/ssh/sshd_config`.
278+
4.&nbsp;The SSH server must be running and configured with `AllowTcpForwarding yes` in `/etc/ssh/sshd_config`.
279279

280-
5.&nbsp;The firewall should allow SSH and forbid any other connections from external networks.
280+
5.&nbsp;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.
281281

282282
To create or update the fleet, pass the fleet configuration to [`dstack apply`](../reference/cli/dstack/apply.md):
283283

0 commit comments

Comments
 (0)