← back to Exo
update discovery / peer networking modules
d8c3aed0cc16567c47f5a033eb85e90c17f71d3c · 2025-02-08 02:15:13 +0000 · Alex Cheema
Files touched
Diff
commit d8c3aed0cc16567c47f5a033eb85e90c17f71d3c
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Sat Feb 8 02:15:13 2025 +0000
update discovery / peer networking modules
---
README.md | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 4e0df5be..671e800d 100644
--- a/README.md
+++ b/README.md
@@ -285,8 +285,15 @@ exo supports the following inference engines:
- 🚧 [PyTorch](https://github.com/exo-explore/exo/pull/139)
- 🚧 [llama.cpp](https://github.com/exo-explore/exo/issues/167)
-## Networking Modules
+## Discovery Modules
-- ✅ [GRPC](exo/networking/grpc)
+- ✅ [UDP](exo/networking/udp)
+- ✅ [Manual](exo/networking/manual)
+- ✅ [Tailscale](exo/networking/tailscale)
- 🚧 [Radio](TODO)
- 🚧 [Bluetooth](TODO)
+
+# Peer Networking Modules
+
+- ✅ [GRPC](exo/networking/grpc)
+- 🚧 [NCCL](TODO)
← 2c982d92 update README to better reflect support for other devices li
·
back to Exo
·
apt-get debian noninteractive in circleci 928214d4 →