← back to Exo
known issues section in readme
199eeb03db259f13f6cb5e136dc5da92b04c95c3 · 2024-07-15 18:22:09 -0700 · Alex Cheema
Files touched
Diff
commit 199eeb03db259f13f6cb5e136dc5da92b04c95c3
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Mon Jul 15 18:22:09 2024 -0700
known issues section in readme
---
README.md | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 110ea6e7..4ef2a659 100644
--- a/README.md
+++ b/README.md
@@ -86,12 +86,16 @@ curl -X POST http://localhost:8001/api/v1/chat -H "Content-Type: application/jso
exo supports the following inference engines:
-- [x] [MLX](inference/mlx/sharded_inference_engine.py)
-- [x] [tinygrad](inference/tinygrad/inference.py)
+- ✅ [MLX](inference/mlx/sharded_inference_engine.py)
+- ✅ [tinygrad](inference/tinygrad/inference.py)
- 🚧 [llama.cpp](TODO)
## Networking Modules
- ✅ [GRPC](networking/grpc)
- 🚧 [Radio](TODO)
-- 🚧 [Bluetooth](TODO)
\ No newline at end of file
+- 🚧 [Bluetooth](TODO)
+
+## Known Issues
+
+- [] As the library is evolving so quickly, the iOS implementation has fallen behind Python. This is being addressed, and longer term we will push out an approach that will unify the implementations so we don't have to maintain separate implementations.
← d2184f58 keep track of already visited peers in global operations: co
·
back to Exo
·
readme typo de9b89ea →