mirror of
https://github.com/ollama/ollama.git
synced 2026-09-21 13:38:14 -05:00
* Honor model generation defaults Model-authored sampler defaults from GGUF metadata and HF generation_config.json were ignored, so built-in Ollama defaults could override model intent unless parameters were set in the Modelfile or request. The fix parses those defaults into model config and applies them before Modelfile/request options, preserving the expected precedence order. * review comments * address comments