Browse Source

update mlx to 0.16.3

Alex Cheema 10 months ago
parent
commit
92dbb3204d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

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