mirror of
https://github.com/ollama/ollama.git
synced 2026-07-30 09:28:15 -04:00
Remove the x/imagegen tree (MLX image generation engine, Flux2/zimage models, cache, C bindings) and all imagegen integration points: - server: drop imagegen routes, scheduling, and generate handling - api/cmd/docs: remove image generation API surface and docs - middleware/openai: remove image endpoint support - integration: remove imagegen test suites - x/create: adopt the rewritten create pipeline from main; drop imagegen create path (CreateImageGenModel, IsTensorModelDir, model_index.json detection, Flux2KleinPipeline vision hack) - retain x/imagegen/manifest (Ollama-store safetensors manifest loader), still used by x/mlxrunner and x/create/client - fix Windows MLX dl.dll install, MLX CMake version path, and the show command after removing safetensors models
Documentation
Getting Started
- Quickstart
- Examples
- Importing models
- MacOS Documentation
- Linux Documentation
- Windows Documentation
- Docker Documentation