[GH-ISSUE #12190] embeddinggemma downloading issue #8106

Closed
opened 2026-04-12 20:25:53 -05:00 by GiteaMirror · 5 comments
Owner

Originally created by @dsbyprateekg on GitHub (Sep 5, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/12190

What is the issue?

I am using the following command: ollama pull embeddinggemma in my windows system and getting below error-
Error: digest mismatch, file must be downloaded again: want sha256:0800cbac9c2064dde519420e75e512a83cb360de3ad5df176185dc69652fc515, got sha256:0450306b09cfb6169fa6503d5b63c98a851aa4f29b92d02079ae70029219e3bd

Relevant log output

C:\Users\gupta>ollama pull embeddinggemma
pulling manifest
pulling 0800cbac9c20: 100% ▕██████████████████████████████████████████████████████████▏ 621 MB
pulling 45dc10444b87: 100% ▕██████████████████████████████████████████████████████████▏   34 B
pulling 991197bf6ec9: 100% ▕██████████████████████████████████████████████████████████▏  342 B
verifying sha256 digest
Error: digest mismatch, file must be downloaded again: want sha256:0800cbac9c2064dde519420e75e512a83cb360de3ad5df176185dc69652fc515, got sha256:0450306b09cfb6169fa6503d5b63c98a851aa4f29b92d02079ae70029219e3bd

OS

Windows

GPU

Nvidia

CPU

Intel

Ollama version

0.11.10

Originally created by @dsbyprateekg on GitHub (Sep 5, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/12190 ### What is the issue? I am using the following command: `ollama pull embeddinggemma` in my windows system and getting below error- `Error: digest mismatch, file must be downloaded again: want sha256:0800cbac9c2064dde519420e75e512a83cb360de3ad5df176185dc69652fc515, got sha256:0450306b09cfb6169fa6503d5b63c98a851aa4f29b92d02079ae70029219e3bd` ### Relevant log output ```shell C:\Users\gupta>ollama pull embeddinggemma pulling manifest pulling 0800cbac9c20: 100% ▕██████████████████████████████████████████████████████████▏ 621 MB pulling 45dc10444b87: 100% ▕██████████████████████████████████████████████████████████▏ 34 B pulling 991197bf6ec9: 100% ▕██████████████████████████████████████████████████████████▏ 342 B verifying sha256 digest Error: digest mismatch, file must be downloaded again: want sha256:0800cbac9c2064dde519420e75e512a83cb360de3ad5df176185dc69652fc515, got sha256:0450306b09cfb6169fa6503d5b63c98a851aa4f29b92d02079ae70029219e3bd ``` ### OS Windows ### GPU Nvidia ### CPU Intel ### Ollama version 0.11.10
GiteaMirror added the bug label 2026-04-12 20:25:53 -05:00
Author
Owner

@gustavf commented on GitHub (Sep 5, 2025):

I'm also having an issue with embeddinggemma:
Error: 400 Bad Request: "embeddinggemma:latest" does not support generate

I have ollama 0.11.10 so it looks like that should be supported now?

<!-- gh-comment-id:3257303367 --> @gustavf commented on GitHub (Sep 5, 2025): I'm also having an issue with embeddinggemma: Error: 400 Bad Request: "embeddinggemma:latest" does not support generate I have ollama 0.11.10 so it looks like that should be supported now?
Author
Owner

@rick-github commented on GitHub (Sep 5, 2025):

@gustavf https://github.com/ollama/ollama/issues/12183#issuecomment-3255916005

<!-- gh-comment-id:3257343800 --> @rick-github commented on GitHub (Sep 5, 2025): @gustavf https://github.com/ollama/ollama/issues/12183#issuecomment-3255916005
Author
Owner

@rick-github commented on GitHub (Sep 5, 2025):

I've downloaded and deleted embeddinggemma several times without any digest mismatch errors. Do you get the errors for any other models, eg ollama pull granite-embedding:278m?

<!-- gh-comment-id:3257376776 --> @rick-github commented on GitHub (Sep 5, 2025): I've downloaded and deleted embeddinggemma several times without any digest mismatch errors. Do you get the errors for any other models, eg `ollama pull granite-embedding:278m`?
Author
Owner

@dsbyprateekg commented on GitHub (Sep 5, 2025):

No, I have not faced any issues with downloading other embedding models.

<!-- gh-comment-id:3257589389 --> @dsbyprateekg commented on GitHub (Sep 5, 2025): No, I have not faced any issues with downloading other embedding models.
Author
Owner

@dsbyprateekg commented on GitHub (Sep 5, 2025):

I just retried the command ollama pull embeddinggemma and I was able to download it-
pulling manifest pulling 0800cbac9c20: 100% ▕██████████████████████████████████████████████████████████▏ 621 MB pulling 45dc10444b87: 100% ▕██████████████████████████████████████████████████████████▏ 34 B pulling 991197bf6ec9: 100% ▕██████████████████████████████████████████████████████████▏ 342 B verifying sha256 digest writing manifest success

<!-- gh-comment-id:3257598199 --> @dsbyprateekg commented on GitHub (Sep 5, 2025): I just retried the command `ollama pull embeddinggemma` and I was able to download it- `pulling manifest pulling 0800cbac9c20: 100% ▕██████████████████████████████████████████████████████████▏ 621 MB pulling 45dc10444b87: 100% ▕██████████████████████████████████████████████████████████▏ 34 B pulling 991197bf6ec9: 100% ▕██████████████████████████████████████████████████████████▏ 342 B verifying sha256 digest writing manifest success`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#8106