mirror of
https://github.com/ollama/ollama.git
synced 2026-06-02 21:34:51 -04: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