[GH-ISSUE #2003] Find model by hash #1156

Open
opened 2026-04-12 10:55:08 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @luckydonald on GitHub (Jan 15, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/2003

I have downloaded a model which can no longer be found.

I know the hash is 5af5443c09e4, how can I find that again?

It's dolphin2.1-mistral:latest, but I don't know what latest actually means, it could be many versions over time.
Can I recover other tags on that build?

Originally created by @luckydonald on GitHub (Jan 15, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/2003 I have downloaded a model which can no longer be found. I know the hash is `5af5443c09e4`, how can I find that again? It's `dolphin2.1-mistral:latest`, but I don't know what `latest` actually means, it could be many versions over time. Can I recover other tags on that build?
GiteaMirror added the feature request label 2026-04-12 10:55:08 -05:00
Author
Owner

@SomeoneSerge commented on GitHub (Sep 20, 2024):

$ cat manifests/registry.ollama.ai/library/llama3.1/latest | jq .layers.'[]'.digest
"sha256:8eeb52dfb3bb9aefdf9d1ef24b3bdbcfbe82238798c4b918278320b6fcef18fe"
"sha256:948af2743fc78a328dcb3b0f5a31b3d75f415840fdb699e8b1235978392ecf85"
"sha256:0ba8f0e314b4264dfd19df045cde9d4c394a52474bf92ed6a3de22a4ca31a177"
"sha256:56bb8bd477a519ffa694fc449c2413c6f0e1d3b1c88fa7e3c9d88d3ae49d4dcb"

$ du -hs blobs/sha256-8eeb52dfb3bb9aefdf9d1ef24b3bdbcfbe82238798c4b918278320b6fcef18fe 
4,4G    blobs/sha256-8eeb52dfb3bb9aefdf9d1ef24b3bdbcfbe82238798c4b918278320b6fcef18fe
<!-- gh-comment-id:2362488946 --> @SomeoneSerge commented on GitHub (Sep 20, 2024): ``` $ cat manifests/registry.ollama.ai/library/llama3.1/latest | jq .layers.'[]'.digest "sha256:8eeb52dfb3bb9aefdf9d1ef24b3bdbcfbe82238798c4b918278320b6fcef18fe" "sha256:948af2743fc78a328dcb3b0f5a31b3d75f415840fdb699e8b1235978392ecf85" "sha256:0ba8f0e314b4264dfd19df045cde9d4c394a52474bf92ed6a3de22a4ca31a177" "sha256:56bb8bd477a519ffa694fc449c2413c6f0e1d3b1c88fa7e3c9d88d3ae49d4dcb" $ du -hs blobs/sha256-8eeb52dfb3bb9aefdf9d1ef24b3bdbcfbe82238798c4b918278320b6fcef18fe 4,4G blobs/sha256-8eeb52dfb3bb9aefdf9d1ef24b3bdbcfbe82238798c4b918278320b6fcef18fe ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#1156