what stackpulse tracks
Ollama releases from GitHub
StackPulse watches Ollama release notes and keeps the original source link close to every summary.
Get up and running with large language models locally StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.
what stackpulse tracks
StackPulse watches Ollama release notes and keeps the original source link close to every summary.
upgrade risk
Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.
migration notes
Migration steps and recommended actions are only shown when the upstream release notes support them.
This release changes the default repeat_penalty to 1.0 (off) for models that don't set it, matching other engines and speeding up speculative decoding. It also improves prefill performance on NVFP4 MLX models by 7-8% for specific models.
Users with models that relied on the default repeat_penalty of 1.1 may see different behavior and should set the parameter explicitly if needed.
Update models to explicitly set repeat_penalty if they relied on the previous default behavior.