Ollama v0.18.2-rc1 fixes model selection bug in launch feature
Bug Fix: Model Selection in Sessions
Ollama has released v0.18.2-rc1, a release candidate that addresses a bug in the launch feature where sessions were not properly picking up newly selected models.
The Issue
Sessions with a stale model field were not being updated when the primary model changed. This meant that users who selected a new model would find that their sessions continued using the old model instead of the newly selected one.
What Changed
This fix ensures that when a primary model is changed, all active sessions are properly updated to reflect the new model selection rather than retaining references to the old model.
Action Items
Users experiencing issues with model selection in sessions should upgrade to v0.18.2-rc1 or wait for the stable v0.18.2 release.
Ollama