ollama/server/internal
Blake Mizerany ef27d52e79
server/internal/client/ollama: cache completed chunks (#9933)
This change adds tracking of download chunks during the pull process so
that subsequent pulls can skip downloading already completed chunks.
This works across restarts of ollama.

Currently, download state will be lost if a prune is triggered during a
pull (e.g. restart or remove). This issue should be addressed in a
follow-up PR.
2025-03-30 23:54:54 -07:00
..
cache/blob server/internal/chunks: remove chunks package (#9755) 2025-03-14 08:57:59 -07:00
client/ollama server/internal/client/ollama: cache completed chunks (#9933) 2025-03-30 23:54:54 -07:00
cmd/opp server/internal/chunks: remove chunks package (#9755) 2025-03-14 08:57:59 -07:00
internal server/.../backoff,syncs: don't break builds without synctest (#9484) 2025-03-03 16:45:40 -08:00
manifest server/internal: copy bmizerany/ollama-go to internal package (#9294) 2025-02-24 22:39:44 -08:00
registry server/internal/client/ollama: persist through chunk download errors (#9923) 2025-03-21 13:03:43 -07:00
testutil server/internal: replace model delete API with new registry handler. (#9347) 2025-02-27 12:04:53 -08:00