Browse Source

upgrade mlx to 0.16.1

Alex Cheema 9 months ago
parent
commit
35b7042e70
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -35,7 +35,7 @@ install_requires = [
 if sys.platform.startswith("darwin"):
     install_requires.extend(
         [
-            "mlx==0.16.0",
+            "mlx==0.16.1",
             "mlx-lm==0.16.1",
         ]
     )