ollama/server/internal
Blake Mizerany 2ddacd7516
server/internal/client/ollama: confirm all chunksums were received (#9893)
If the chunksums response is missing a chunk, the client should fail
the download. This changes the client to check that all bytes are
accounted for in the chunksums response.

It is possible there are overlaps or gaps in the chunksums response and
so the size is not the only thing left to check, but this provides
enough coverage for now. We may want to check that chunks are contiguous
later.
2025-03-19 14:59:57 -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: confirm all chunksums were received (#9893) 2025-03-19 14:59:57 -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: use chunksums for concurrent blob verification (#9746) 2025-03-13 22:18:29 -07:00
testutil server/internal: replace model delete API with new registry handler. (#9347) 2025-02-27 12:04:53 -08:00