Files
ollama-ollama/server
Jeffrey Morgan a937a68317 server: fix slow 'ollama rm' of models with many layers (#13680)
RemoveLayers was calling Manifests() for each layer to check if it was
shared with other models. For models with many blobs (e.g., tensor
models), this caused O(N*M) manifest reads.

Now loads manifests once and builds a set of in-use digests.
2026-01-12 13:17:48 -08:00
..
2024-07-26 14:14:48 -07:00
2025-10-14 01:13:54 -07:00