[object Object]

← back to Exo

update readme with PyTorch inference engine and llama.cpp link to issue

0120891c359baa17d92655bb1026f2ff7aa7aa49 · 2024-10-01 03:05:19 +0400 · Alex Cheema

Files touched

Diff

commit 0120891c359baa17d92655bb1026f2ff7aa7aa49
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Tue Oct 1 03:05:19 2024 +0400

    update readme with PyTorch inference engine and llama.cpp link to issue
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index c7fc7ee9..27850679 100644
--- a/README.md
+++ b/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)
-

← 67f789b6 clearer example docs and add 405b example  ·  back to Exo  ·  move main.py script to package dir 6abf4877 →