浏览代码

Merge pull request #9 from mattroyer/patch-1

Fix broken links
Alex Cheema 1 年之前
父节点
当前提交
9354081b21
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      README.md

+ 3 - 3
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:
 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)
 - 🚧 [llama.cpp](TODO)
 
 
 ## Networking Modules
 ## Networking Modules
 
 
-- ✅ [GRPC](networking/grpc)
+- ✅ [GRPC](exo/networking/grpc)
 - 🚧 [Radio](TODO)
 - 🚧 [Radio](TODO)
 - 🚧 [Bluetooth](TODO)
 - 🚧 [Bluetooth](TODO)