mirror of
https://github.com/ollama/ollama.git
synced 2026-07-20 21:13:41 -05:00
* Reduce startup model hydration Add a lightweight model list cache for tags and launch inventory, while keeping show cache population lazy. This avoids loading every local model at startup on large model stores. * harden flaky scheduler unit test * remove extra launch model metadata text * review comments * review comments