Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ uvicorn>=0.52.4
# Apple Silicon, and Linux CI would fail to resolve it. Pulls mlx, mlx-lm,
# transformers and huggingface_hub (which fetch_models.py also needs).
# Accepted cost (operator, 2026-09-04): the app grows from ~273 MB to ~1.2 GB.
mlx-vlm>=0.6.13; sys_platform == "darwin" and platform_machine == "arm64"
mlx-vlm>=0.7.0; sys_platform == "darwin" and platform_machine == "arm64"
# transformers' apply_chat_template needs jinja2 and does NOT pull it in. The
# bundled server started, listened, and then failed every completion with
# "apply_chat_template requires jinja2" — caught only by the end-to-end gate
Expand Down