Browse Source

upgrade mlx to 0.17.0

Alex Cheema 11 tháng trước cách đây
mục cha
commit
09a8468395
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.16.3",
+    "mlx==0.17.0",
     "mlx-lm==0.17.0",
   ])