ollama/manifest
Daniel Hiltgen 2bb7ea00d2
create: avoid gc race with create (#15628)
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.
2026-04-16 13:29:16 -07:00
..
layer.go create: avoid gc race with create (#15628) 2026-04-16 13:29:16 -07:00
manifest.go Clean up the manifest and modelpath (#13807) 2026-01-21 11:46:17 -08:00
manifest_test.go Clean up the manifest and modelpath (#13807) 2026-01-21 11:46:17 -08:00
paths.go Clean up the manifest and modelpath (#13807) 2026-01-21 11:46:17 -08:00