Browse Source

update discovery / peer networking modules

Alex Cheema 4 months ago
parent
commit
d8c3aed0cc
1 changed files with 9 additions and 2 deletions
  1. 9 2
      README.md

+ 9 - 2
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)