Browse Source

upgrade mlx to 0.18.0

Alex Cheema 10 tháng trước cách đây
mục cha
commit
3e13e5ed6a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -36,7 +36,7 @@ install_requires = [
 # Add macOS-specific packages if on Darwin (macOS)
 if sys.platform.startswith("darwin"):
   install_requires.extend([
-    "mlx==0.17.3",
+    "mlx==0.18.0",
     "mlx-lm==0.18.2",
   ])