Browse Source

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

Alex Cheema 11 tháng trước cách đây
mục cha
commit
d917778e2b
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.17.0",
+    "mlx==0.17.1",
     "mlx-lm==0.17.0",
   ])