From b1ebf59f0b65df759111cffd9a6f6e4ab8103722 Mon Sep 17 00:00:00 2001 From: Gary Date: Mon, 16 Dec 2024 17:52:53 +0000 Subject: [PATCH] upgrade mlx --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6b59a9ac6..c49811d0a 100644 --- a/setup.py +++ b/setup.py @@ -35,8 +35,8 @@ "yapf==0.40.2", ], "apple_silicon": [ - "mlx==0.20.0", - "mlx-lm==0.19.3", + "mlx==0.21.1", + "mlx-lm==0.20.4", ], }