ollama/x
Jesse Gross af5b627672 mlxrunner: reject media requests the model cannot serve
MLX checkpoints that include a vision tower are already tagged with the
vision capability at import, so the server accepts image chats and ships
the image bytes with the completion request. The MLX client dropped the
bytes, and the prompt's image tags were answered as literal text.

Carry the media through to the runner and fail the request with a clear
error when the loaded model has no media support. Nothing implements the
new media interface yet, so every media request now returns the error
rather than a silently wrong answer; later changes build the image path
on top of the same interface.
2026-08-09 10:37:05 -07:00
..
create create: keep vision towers at source precision when quantizing 2026-08-09 10:37:05 -07:00
imagegen/manifest imagegen: remove MLX image generation code (#16615) 2026-07-28 15:35:28 -07:00
internal/mlxthread mlxthread: preserve the original stack when worker work panics 2026-06-09 00:39:19 -07:00
mlxrunner mlxrunner: reject media requests the model cannot serve 2026-08-09 10:37:05 -07:00
models laguna: wire the DFlash target side 2026-08-07 19:33:35 -07:00
quant mlx: x/create rewrite (#16919) 2026-07-03 18:30:45 -07:00
safetensors mlx: Support NVIDIA TensorRT Model Optimizer import (#15566) 2026-04-27 18:28:10 -07:00
server mlx: x/create rewrite (#16919) 2026-07-03 18:30:45 -07:00
tokenizer imagegen: remove MLX image generation code (#16615) 2026-07-28 15:35:28 -07:00
transfer test: harden flaky updater and transfer unit tests (#17378) 2026-07-24 13:23:30 -07:00