[object Object]

← back to Exo

upgrade mlx to 0.17.0

09a8468395c5723eb7d557643cd5b98f551e5335 · 2024-08-23 22:13:24 +0100 · Alex Cheema

Files touched

Diff

commit 09a8468395c5723eb7d557643cd5b98f551e5335
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Fri Aug 23 22:13:24 2024 +0100

    upgrade mlx to 0.17.0
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index f22e158a..3aa30ef2 100644
--- a/setup.py
+++ b/setup.py
@@ -35,7 +35,7 @@ install_requires = [
 # Add macOS-specific packages if on Darwin (macOS)
 if sys.platform.startswith("darwin"):
   install_requires.extend([
-    "mlx==0.16.3",
+    "mlx==0.17.0",
     "mlx-lm==0.17.0",
   ])
 

← 1f9d16ec run tokenizers test in ci, run all models available  ·  back to Exo  ·  hotfix edge case where we try to render before tokenizer is 85279007 →