upgrade mlx to 0.18.0

This commit is contained in:
Alex Cheema
2024-09-28 03:00:08 +04:00
parent 073b3ffce8
commit 3e13e5ed6a

View File

@@ -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",
])