Remove patch, use official mlx-vlm

This commit is contained in:
Dillon DuPont
2025-06-20 11:24:50 -04:00
parent 910e8bc937
commit c8e4236257
3 changed files with 5 additions and 17 deletions
-7
View File
@@ -209,13 +209,6 @@ echo "📦 Updating C/ua packages..."
pip install -U pip setuptools wheel Cmake
pip install -U cua-computer "cua-agent[all]"
# Install mlx-vlm on Apple Silicon Macs
if [[ $(uname -m) == 'arm64' ]]; then
echo "Installing mlx-vlm for Apple Silicon Macs..."
pip install git+https://github.com/Blaizzy/mlx-vlm.git
# pip install git+https://github.com/ddupont808/mlx-vlm.git@stable/fix/qwen2-position-id
fi
# Create a simple demo script
mkdir -p "$DEMO_DIR"