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
Copy file name to clipboardExpand all lines: mkdocs/docs/concepts/fleets.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,13 +116,15 @@ To create a fleet, define its configuration in a YAML file. The filename must en
116
116
117
117
=== "Tenstorrent"
118
118
2. Hosts with Tenstorrent accelerators must be pre-installed with [Tenstorrent software](https://docs.tenstorrent.com/getting-started/README.html#software-installation).
119
-
This must include the drivers, `tt-smi`, and HugePages.
119
+
This must include the drivers and HugePages.
120
120
121
121
3. The user specified must have passwordless `sudo` access.
122
122
123
123
4. The SSH server must be running and configured with `AllowTcpForwarding yes` in `/etc/ssh/sshd_config`.
124
124
125
-
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.
125
+
5. The firewall must allow SSH and should forbid any other connections from external networks.
126
+
127
+
6. If `placement` is set to `cluster`, hosts must be able to communicate with each other.
126
128
127
129
> Once the fleet is created, you can run [dev environments](dev-environments.md), [tasks](tasks.md), and [services](services.md).
0 commit comments