From be82ac7d998d0f14c6ea5af329834b1667b9a149 Mon Sep 17 00:00:00 2001 From: Alex Cheema Date: Tue, 26 Nov 2024 18:06:15 +0400 Subject: [PATCH] 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