← back to Exo
update mlx to 0.17.1 (not sure where 0.17.0 went on PyPi disappeared)g
d917778e2be86b04b76cc8b2e28541c6b133c2c9 · 2024-08-25 22:20:27 +0100 · Alex Cheema
Files touched
Diff
commit d917778e2be86b04b76cc8b2e28541c6b133c2c9
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Sun Aug 25 22:20:27 2024 +0100
update mlx to 0.17.1 (not sure where 0.17.0 went on PyPi disappeared)g
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 3aa30ef2..1cd3a95e 100644
--- a/setup.py
+++ b/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",
])
← 2667c8af cleaner download_progress
·
back to Exo
·
add /v1/models endpoint and change Content-Type of stremed r 70172d7c →