mirror of
https://github.com/ollama/ollama.git
synced 2026-05-21 05:01:48 -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