mirror of
https://github.com/ollama/ollama.git
synced 2026-04-18 00:53:35 -04:00
If you have a long running create, and start another ollama server with the same model dir, the GC algorithm deletes the pending blobs and breaks the create. This adds a 1h grace period to avoid deleting in-flight creation operations.