Ver Fonte

update mlx to 0.17.1 (not sure where 0.17.0 went on PyPi disappeared)g

Alex Cheema há 11 meses atrás
pai
commit
d917778e2b
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      setup.py

+ 1 - 1
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.17.0",
+    "mlx==0.17.1",
     "mlx-lm==0.17.0",
   ])