← back to Exo
upgrade mlx to 0.18.0
3e13e5ed6a83aae3eb3a07071d7f57612abc0b70 · 2024-09-28 03:00:08 +0400 · Alex Cheema
Files touched
Diff
commit 3e13e5ed6a83aae3eb3a07071d7f57612abc0b70
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Sat Sep 28 03:00:08 2024 +0400
upgrade mlx to 0.18.0
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 7a14ce7b..8044f46d 100644
--- a/setup.py
+++ b/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",
])
← 073b3ffc move udp and tailscale into their own modules
·
back to Exo
·
add support for qwen2.5 coder 1.5b and 7b abca3bfa →