You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
or [AMDGPU installer :material-arrow-top-right-thin:{ .external }](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/amdgpu-install.html).)
267
267
268
268
=== "Intel Gaudi"
269
-
2. 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. 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.
271
271
272
272
=== "Tenstorrent"
273
-
2. 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. 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.
275
275
276
-
3. The user specified should have passwordless `sudo` access.
276
+
3. The user specified must have passwordless `sudo` access.
277
277
278
-
4. The SSH server should be running and configured with `AllowTcpForwarding yes` in `/etc/ssh/sshd_config`.
278
+
4. The SSH server must be running and configured with `AllowTcpForwarding yes` in `/etc/ssh/sshd_config`.
279
279
280
-
5. The firewall should allow SSH and forbid any other connections from external networks.
280
+
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.
281
281
282
282
To create or update the fleet, pass the fleet configuration to [`dstack apply`](../reference/cli/dstack/apply.md):
0 commit comments