Browse Source

Merge pull request #252 from exo-explore/update_readme_inference_engines

update readme with PyTorch inference engine and llama.cpp link to issue
Alex Cheema 7 tháng trước cách đây
mục cha
commit
e3914c48e8
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -224,11 +224,11 @@ exo supports the following inference engines:
 
 - ✅ [MLX](exo/inference/mlx/sharded_inference_engine.py)
 - ✅ [tinygrad](exo/inference/tinygrad/inference.py)
-- 🚧 [llama.cpp](TODO)
+- 🚧 [PyTorch](https://github.com/exo-explore/exo/pull/139)
+- 🚧 [llama.cpp](https://github.com/exo-explore/exo/issues/167)
 
 ## Networking Modules
 
 - ✅ [GRPC](exo/networking/grpc)
 - 🚧 [Radio](TODO)
 - 🚧 [Bluetooth](TODO)
-