Przeglądaj źródła

upgrade mlx to 0.16.1

Alex Cheema 1 rok temu
rodzic
commit
35b7042e70
1 zmienionych plików z 1 dodań i 1 usunięć
  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",
         ]
     )