← back to Exo
update readme to reflect that mlx and tinygrad are interoperable
be82ac7d998d0f14c6ea5af329834b1667b9a149 · 2024-11-26 18:06:15 +0400 · Alex Cheema
Files touched
Diff
commit be82ac7d998d0f14c6ea5af329834b1667b9a149
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Tue Nov 26 18:06:15 2024 +0400
update readme to reflect that mlx and tinygrad are interoperable
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index c7e0eec8..ff4a1bad 100644
--- a/README.md
+++ b/README.md
@@ -182,10 +182,10 @@ curl http://localhost:52415/v1/chat/completions \
#### Device 1 (MacOS):
```sh
-exo --inference-engine tinygrad
+exo
```
-Here we explicitly tell exo to use the **tinygrad** inference engine.
+Note: We don't need to explicitly tell exo to use the **tinygrad** inference engine. **MLX** and **tinygrad** are interoperable!
#### Device 2 (Linux):
```sh
← 1ab1762e prio python 3.12
·
back to Exo
·
remove unused layers 2fdda517 →