mirror of
https://github.com/ollama/ollama.git
synced 2026-09-21 22:04:25 +00:00
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. |
||
|---|---|---|
| .. | ||
| create | ||
| imagegen/manifest | ||
| internal/mlxthread | ||
| mlxrunner | ||
| models | ||
| quant | ||
| safetensors | ||
| server | ||
| tokenizer | ||
| transfer | ||