mirror of
https://github.com/ollama/ollama.git
synced 2026-04-17 15:53:27 +02: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.