[object Object]

← back to Exo

Fix broken links

9324fc15d9d97e4eceae61681449d3661f55c478 · 2024-07-16 07:47:59 -0600 · Matt Royer

Files touched

Diff

commit 9324fc15d9d97e4eceae61681449d3661f55c478
Author: Matt Royer <matthew.royer@gmail.com>
Date:   Tue Jul 16 07:47:59 2024 -0600

    Fix broken links
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 095ac29e..5d7fb3eb 100644
--- a/README.md
+++ b/README.md
@@ -110,13 +110,13 @@ curl -X POST http://localhost:8001/api/v1/chat -H "Content-Type: application/jso
 
 exo supports the following inference engines:
 
-- ✅ [MLX](inference/mlx/sharded_inference_engine.py)
-- ✅ [tinygrad](inference/tinygrad/inference.py)
+- ✅ [MLX](exo/inference/mlx/sharded_inference_engine.py)
+- ✅ [tinygrad](exo/inference/tinygrad/inference.py)
 - 🚧 [llama.cpp](TODO)
 
 ## Networking Modules
 
-- ✅ [GRPC](networking/grpc)
+- ✅ [GRPC](exo/networking/grpc)
 - 🚧 [Radio](TODO)
 - 🚧 [Bluetooth](TODO)
 

← b897fa44 Typo ring memory weighted partitioning strategy  ·  back to Exo  ·  Update README.md ed7672e3 →