Blaizzy / mlx-vlm

MLX-VLM is a package for running Vision LLMs locally on your Mac using MLX.
MIT License
144 stars 12 forks source link

copy pastes of past files into this new rebase #44

Closed JosefAlbers closed 1 week ago

JosefAlbers commented 1 week ago

Fingers crossed🤞🏾

Blaizzy commented 1 week ago

You didn't need to create a new branch :) It could be done on the original PR.

Blaizzy commented 1 week ago

The tests styling tests failed

Please run precommit.

pre-commit run --all-files

black....................................................................Failed
- hook id: black
- files were modified by this hook

reformatted mlx_vlm/tests/test_models.py
reformatted mlx_vlm/utils.py

All done! ✨ 🍰 ✨
2 files reformatted, 41 files left unchanged.

isort....................................................................Failed
- hook id: isort
- files were modified by this hook

Fixing /Users/runner/work/mlx-vlm/mlx-vlm/mlx_vlm/models/phi3_v/language.py
Fixing /Users/runner/work/mlx-vlm/mlx-vlm/mlx_vlm/models/phi3_v/phi3_v.py
Fixing /Users/runner/work/mlx-vlm/mlx-vlm/mlx_vlm/models/phi3_v/su_rope.py
Fixing /Users/runner/work/mlx-vlm/mlx-vlm/mlx_vlm/models/phi3_v/vision.py

Error: Process completed with exit code 1.