mirror of
https://github.com/mudler/LocalAI.git
synced 2026-07-30 09:57:57 -04:00
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>
This commit is contained in:
committed by
GitHub
parent
4b4faa4ac7
commit
996bdcecdc
@@ -1 +1,3 @@
|
||||
git+https://github.com/Blaizzy/mlx-vlm@v0.4.4
|
||||
git+https://github.com/Blaizzy/mlx-vlm@v0.4.4
|
||||
torch
|
||||
torchvision
|
||||
|
||||
Reference in New Issue
Block a user