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).)
276
276
277
277
=== "Intel Gaudi"
278
-
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).
279
-
This should include the drivers, `hl-smi`, and Habana Container Runtime.
278
+
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).
279
+
This must include the drivers, `hl-smi`, and Habana Container Runtime.
280
280
281
281
=== "Tenstorrent"
282
-
2. Hosts with Tenstorrent accelerators should be pre-installed with [Tenstorrent software](https://docs.tenstorrent.com/getting-started/README.html#software-installation).
283
-
This should include the drivers, `tt-smi`, and HugePages.
282
+
2. Hosts with Tenstorrent accelerators must be pre-installed with [Tenstorrent software](https://docs.tenstorrent.com/getting-started/README.html#software-installation).
283
+
This must include the drivers, `tt-smi`, and HugePages.
284
284
285
-
3. The user specified should have passwordless `sudo` access.
285
+
3. The user specified must have passwordless `sudo` access.
286
+
287
+
4. The SSH server must be running and configured with `AllowTcpForwarding yes` in `/etc/ssh/sshd_config`.
288
+
289
+
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.
286
290
287
291
To create or update the fleet, pass the fleet configuration to [`dstack apply`](../reference/cli/dstack/apply.md):
288
292
@@ -341,10 +345,10 @@ divided into, allowing multiple jobs to use these blocks concurrently.
341
345
hosts:
342
346
- hostname: 3.255.177.51
343
347
blocks: 4
344
-
- hostaname: 3.255.177.52
348
+
- hostname: 3.255.177.52
345
349
# As many as possible, according to numbers of GPUs and CPUs
346
350
blocks: auto
347
-
- hostaname: 3.255.177.53
351
+
- hostname: 3.255.177.53
348
352
# Do not sclice. This is the default value, may be omitted
0 commit comments