mlx patch

This commit is contained in:
Dillon DuPont
2025-05-10 18:09:32 -04:00
parent 75e9124f58
commit 97e2f44ff4
2 changed files with 8 additions and 3 deletions
+3
View File
@@ -91,6 +91,9 @@ echo "📦 Updating CUA packages..."
pip install -U pip
pip install -U cua-computer "cua-agent[all]"
# Temporary fix for mlx-vlm, see https://github.com/Blaizzy/mlx-vlm/pull/349
pip install git+https://github.com/ddupont808/mlx-vlm.git@stable/fix/qwen2-position-id
# Create a simple demo script
DEMO_DIR="$HOME/.cua-demo"
mkdir -p "$DEMO_DIR"