Skip to content

Commit 9354081

Browse files
authored
Merge pull request #9 from mattroyer/patch-1
Fix broken links
2 parents b897fa4 + 9324fc1 commit 9354081

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,13 @@ curl -X POST http://localhost:8001/api/v1/chat -H "Content-Type: application/jso
110110

111111
exo supports the following inference engines:
112112

113-
-[MLX](inference/mlx/sharded_inference_engine.py)
114-
-[tinygrad](inference/tinygrad/inference.py)
113+
-[MLX](exo/inference/mlx/sharded_inference_engine.py)
114+
-[tinygrad](exo/inference/tinygrad/inference.py)
115115
- 🚧 [llama.cpp](TODO)
116116

117117
## Networking Modules
118118

119-
-[GRPC](networking/grpc)
119+
-[GRPC](exo/networking/grpc)
120120
- 🚧 [Radio](TODO)
121121
- 🚧 [Bluetooth](TODO)
122122

0 commit comments

Comments
 (0)