Skip to content

Commit

Permalink
docs: fix mistake in ollama.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danbev committed Nov 20, 2024
1 parent 100da3e commit a655070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notes/ollama.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ the metadata file:
$ cat ~/.ollama/models/manifests/registry.ollama.ai/library/mycustomllama/latest | jq '.layers[] | select(.mediaType == "application/vnd.ollama.image.model") | .digest'
"sha256:42f685711f23fc73c4558da0d8df22fd18ecabbee9c6c8f8277204902ace10d3"
```
And we can use the digest (without the sha256: prefix) to find the blob:
And we can use the digest (with sha256- as the prefix instead of ':') to find the blob:
```console
$ ./inspect-model.sh ~/.ollama/models/blobs/sha256-42f685711f23fc73c4558da0d8df22fd18ecabbee9c6c8f8277204902ace10d3
INFO:gguf-dump:* Loading: /home/danbev/.ollama/models/blobs/sha256-42f685711f23fc73c4558da0d8df22fd18ecabbee9c6c8f8277204902ace10d3
Expand Down

0 comments on commit a655070

Please sign in to comment.