Skip to content

Commit 996bdce

Browse files
fix(mlx-vlm): install torch dependencies on Metal (#11164)
Some Transformers processors used by MLX-VLM, including Qwen vision models, import both PyTorch and Torchvision. Include them in the Metal backend environment so model loading does not fail with missing-library errors. Assisted-by: Codex:gpt-5 Co-authored-by: localai-org-maint-bot <306269227+localai-org-maint-bot@users.noreply.github.com>
1 parent 4b4faa4 commit 996bdce

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
git+https://github.com/Blaizzy/mlx-vlm@v0.4.4
1+
git+https://github.com/Blaizzy/mlx-vlm@v0.4.4
2+
torch
3+
torchvision

0 commit comments

Comments
 (0)