ollama/server/internal
Blake Mizerany ee048b76d4
server/internal/client/ollama: handle extended names in client/ollama (#9454)
The extended name format is a superset of the name format that only the
client needs to know about, not the server or other dependents of the
name package, so move the split logic into the client package.

Also, take advantage of knowing about the extended name format to allow
the client to use the extended name format when unlinking to verify they
are unlinking the manifest with the content they intend.
2025-03-02 13:30:41 -08:00
..
cache/blob server/internal: replace model delete API with new registry handler. (#9347) 2025-02-27 12:04:53 -08:00
chunks server/internal: copy bmizerany/ollama-go to internal package (#9294) 2025-02-24 22:39:44 -08:00
client/ollama server/internal/client/ollama: handle extended names in client/ollama (#9454) 2025-03-02 13:30:41 -08:00
cmd server/.../safetensors: fix offsets and include all model parts (#9427) 2025-02-28 13:08:10 -08:00
internal server/internal/internal/names: validate names (#9400) 2025-03-01 13:15:14 -08:00
manifest server/internal: copy bmizerany/ollama-go to internal package (#9294) 2025-02-24 22:39:44 -08:00
registry server/internal/internal/names: validate names (#9400) 2025-03-01 13:15:14 -08:00
testutil server/internal: replace model delete API with new registry handler. (#9347) 2025-02-27 12:04:53 -08:00