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
This starts the exo dashboard and API at http://localhost:52415/
109
109
110
+
111
+
*Please view the section on RDMA to enable this feature on MacOS >=26.2!*
112
+
113
+
110
114
### Run from Source (Linux)
111
115
112
116
**Prerequisites:**
@@ -267,7 +271,7 @@ This removes:
267
271
268
272
RDMA is a new capability added to macOS 26.2. It works on any Mac with Thunderbolt 5 (M4 Pro Mac Mini, M4 Max Mac Studio, M4 Max MacBook Pro, M3 Ultra Mac Studio).
269
273
270
-
Note that on Mac Studio, you cannot use the Thunderbolt 5 port next to the Ethernet port.
274
+
Please refer to the caveats for immediate troubleshooting.
271
275
272
276
To enable RDMA on macOS, follow these steps:
273
277
@@ -284,6 +288,14 @@ To enable RDMA on macOS, follow these steps:
284
288
285
289
After that, RDMA will be enabled in macOS and exo will take care of the rest.
286
290
291
+
**Important Caveats**
292
+
293
+
1. Devices that wish to be part of an RDMA cluster must be connected to all other devices in the cluster.
294
+
2. The cables must support TB5.
295
+
3. On a Mac Studio, you cannot use the Thunderbolt 5 port next to the Ethernet port.
296
+
4. If running from source, please use the script found at `tmp/set_rdma_network_config.sh`, which will disable Thunderbolt Bridge and set dhcp on each RDMA port.
297
+
5. RDMA ports may be unable to discover each other on different versions of MacOS. Please ensure that OS versions match exactly (even beta version numbers) on all devices.
"EXO needs to install a system service to automatically disable Thunderbolt Bridge on startup. This prevents network loops when connecting multiple Macs via Thunderbolt.\n\nYou will be prompted for your administrator password."
86
+
"EXO needs to install a system service to configure local networking. This will disable Thunderbolt Bridge (preventing packet storms) and install a Network Location.\n\nYou will be prompted for your password."
0 commit comments