Selaa lähdekoodia

known issues section in readme

Alex Cheema 10 kuukautta sitten
vanhempi
commit
199eeb03db
1 muutettua tiedostoa jossa 7 lisäystä ja 3 poistoa
  1. 7 3
      README.md

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