[GH-ISSUE #7652] Error: pull model manifest: Get "https://registry.ollama.ai/v2/library/qwen2.5/manifests/25b": EOF #51394

Closed
opened 2026-04-28 19:49:44 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @Frankcsc on GitHub (Nov 13, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/7652

Originally assigned to: @bmizerany on GitHub.

What is the issue?

When I was downloading the qwen2.5:32b model, I downloaded about 30% and suddenly reported this error. After I restarted the computer and checked the network, the error still appeared.
ollama run qwen2.5:32b
pulling manifest
Error: pull model manifest: Get "https://registry.ollama.ai/v2/library/qwen2.5/manifests/32b": EOF

OS: MacOS
GPU: M4
CPU: M4
Ollama version: 0.4.1

[GIN] 2024/11/13 - 09:57:03 | 200 |  299.253291ms |       127.0.0.1 | POST     "/api/pull"
update check failed - TypeError: fetch failed
update check failed - TypeError: fetch failed
update check failed - TypeError: fetch failed
update check failed - TypeError: fetch failed
update check failed - TypeError: fetch failed
update check failed - TypeError: fetch failed
update check failed - TypeError: fetch failed
update check failed - TypeError: fetch failed
update check failed - TypeError: fetch failed
update check failed - TypeError: fetch failed
update check failed - TypeError: fetch failed
update check failed - TypeError: fetch failed
update check failed - TypeError: fetch failed
[GIN] 2024/11/13 - 23:06:30 | 200 |      30.875µs |       127.0.0.1 | HEAD     "/"
[GIN] 2024/11/13 - 23:06:30 | 404 |     1.31325ms |       127.0.0.1 | POST     "/api/show"
time=2024-11-13T23:06:30.752+08:00 level=INFO source=images.go:1022 msg="request failed: Get \"https://registry.ollama.ai/v2/library/qwen2.5/manifests/32b\": EOF"
[GIN] 2024/11/13 - 23:06:30 | 200 |  716.532875ms |       127.0.0.1 | POST     "/api/pull"
[GIN] 2024/11/13 - 23:12:10 | 200 |      45.959µs |       127.0.0.1 | HEAD     "/"
[GIN] 2024/11/13 - 23:12:10 | 404 |    1.077791ms |       127.0.0.1 | POST     "/api/show"
time=2024-11-13T23:12:10.423+08:00 level=INFO source=images.go:1022 msg="request failed: Get \"https://registry.ollama.ai/v2/library/qwen2.5/manifests/32b\": EOF"
[GIN] 2024/11/13 - 23:12:10 | 200 |  318.063792ms |       127.0.0.1 | POST     "/api/pull"
[GIN] 2024/11/13 - 23:13:07 | 200 |      45.833µs |       127.0.0.1 | HEAD     "/"
[GIN] 2024/11/13 - 23:13:07 | 200 |    2.437833ms |       127.0.0.1 | GET      "/api/tags"

Thanks.

OS

macOS

GPU

Apple

CPU

Apple

Ollama version

0.4.1

Originally created by @Frankcsc on GitHub (Nov 13, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/7652 Originally assigned to: @bmizerany on GitHub. ### What is the issue? When I was downloading the qwen2.5:32b model, I downloaded about 30% and suddenly reported this error. After I restarted the computer and checked the network, the error still appeared. `ollama run qwen2.5:32b` `pulling manifest` `Error: pull model manifest: Get "https://registry.ollama.ai/v2/library/qwen2.5/manifests/32b": EOF` OS: MacOS GPU: M4 CPU: M4 Ollama version: 0.4.1 ```time=2024-11-13T09:57:03.033+08:00 level=INFO source=images.go:1022 msg="request failed: Get \"https://registry.ollama.ai/v2/library/qwen2.5/manifests/32b\": EOF" [GIN] 2024/11/13 - 09:57:03 | 200 | 299.253291ms | 127.0.0.1 | POST "/api/pull" update check failed - TypeError: fetch failed update check failed - TypeError: fetch failed update check failed - TypeError: fetch failed update check failed - TypeError: fetch failed update check failed - TypeError: fetch failed update check failed - TypeError: fetch failed update check failed - TypeError: fetch failed update check failed - TypeError: fetch failed update check failed - TypeError: fetch failed update check failed - TypeError: fetch failed update check failed - TypeError: fetch failed update check failed - TypeError: fetch failed update check failed - TypeError: fetch failed [GIN] 2024/11/13 - 23:06:30 | 200 | 30.875µs | 127.0.0.1 | HEAD "/" [GIN] 2024/11/13 - 23:06:30 | 404 | 1.31325ms | 127.0.0.1 | POST "/api/show" time=2024-11-13T23:06:30.752+08:00 level=INFO source=images.go:1022 msg="request failed: Get \"https://registry.ollama.ai/v2/library/qwen2.5/manifests/32b\": EOF" [GIN] 2024/11/13 - 23:06:30 | 200 | 716.532875ms | 127.0.0.1 | POST "/api/pull" [GIN] 2024/11/13 - 23:12:10 | 200 | 45.959µs | 127.0.0.1 | HEAD "/" [GIN] 2024/11/13 - 23:12:10 | 404 | 1.077791ms | 127.0.0.1 | POST "/api/show" time=2024-11-13T23:12:10.423+08:00 level=INFO source=images.go:1022 msg="request failed: Get \"https://registry.ollama.ai/v2/library/qwen2.5/manifests/32b\": EOF" [GIN] 2024/11/13 - 23:12:10 | 200 | 318.063792ms | 127.0.0.1 | POST "/api/pull" [GIN] 2024/11/13 - 23:13:07 | 200 | 45.833µs | 127.0.0.1 | HEAD "/" [GIN] 2024/11/13 - 23:13:07 | 200 | 2.437833ms | 127.0.0.1 | GET "/api/tags" ``` Thanks. ### OS macOS ### GPU Apple ### CPU Apple ### Ollama version 0.4.1
GiteaMirror added the bug label 2026-04-28 19:49:44 -05:00
Author
Owner

@rick-github commented on GitHub (Nov 13, 2024):

How much free disk do you have? What's the result of these commands:

curl -D - https://registry.ollama.ai/v2/library/qwen2.5/manifests/32b
ls -l ~/.ollama/models/manifests/registry.ollama.ai/library/qwen2.5/32b
<!-- gh-comment-id:2474029596 --> @rick-github commented on GitHub (Nov 13, 2024): How much free disk do you have? What's the result of these commands: ``` curl -D - https://registry.ollama.ai/v2/library/qwen2.5/manifests/32b ls -l ~/.ollama/models/manifests/registry.ollama.ai/library/qwen2.5/32b ```
Author
Owner

@Frankcsc commented on GitHub (Nov 14, 2024):

The hard drive still has over 200 GB of remaining space, which should be enough to download the model.
The result of running the ls command:
ls: /.../.ollama/models/manifests/registry.ollama.ai/library/qwen2.5/32b: No such file or directory
But I just tried again and found that I can download it now. Perhaps due to network fluctuations, thank you very much for your help.

<!-- gh-comment-id:2475187952 --> @Frankcsc commented on GitHub (Nov 14, 2024): The hard drive still has over 200 GB of remaining space, which should be enough to download the model. The result of running the ls command: `ls: /.../.ollama/models/manifests/registry.ollama.ai/library/qwen2.5/32b: No such file or directory` But I just tried again and found that I can download it now. Perhaps due to network fluctuations, thank you very much for your help.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#51394