瀏覽代碼

update readme to reflect that mlx and tinygrad are interoperable

Alex Cheema 5 月之前
父節點
當前提交
be82ac7d99
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -182,10 +182,10 @@ curl http://localhost:52415/v1/chat/completions \
 #### Device 1 (MacOS):
 #### Device 1 (MacOS):
 
 
 ```sh
 ```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):
 #### Device 2 (Linux):
 ```sh
 ```sh