[GH-ISSUE #14254] Support continuing from a stopped download in ollama pull #35040

Closed
opened 2026-04-22 19:09:58 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @sboden on GitHub (Feb 14, 2026).
Original GitHub issue: https://github.com/ollama/ollama/issues/14254

My use case:

ollama pull qwen3:14b
pulling manifest
pulling a8cc1361f314:  67% ▕██████████████████████████████████████                    ▏ 6.2 GB/9.3 GB   11 MB/s   4m28s
Error: write /usr/share/ollama/.ollama/models/blobs/sha256-a8cc1361f3145dc01f6d77c6c82c9116b9ffe3c97b34716fe20418455876c40e-partial: no space left on device

So I cleared some disk space and ollama had to restart from the beginning. It would save bandwidth if a model pull could restart from where it left off.

Originally created by @sboden on GitHub (Feb 14, 2026). Original GitHub issue: https://github.com/ollama/ollama/issues/14254 My use case: ``` ollama pull qwen3:14b pulling manifest pulling a8cc1361f314: 67% ▕██████████████████████████████████████ ▏ 6.2 GB/9.3 GB 11 MB/s 4m28s Error: write /usr/share/ollama/.ollama/models/blobs/sha256-a8cc1361f3145dc01f6d77c6c82c9116b9ffe3c97b34716fe20418455876c40e-partial: no space left on device ``` So I cleared some disk space and ollama had to restart from the beginning. It would save bandwidth if a model pull could restart from where it left off.
GiteaMirror added the feature request label 2026-04-22 19:09:58 -05:00
Author
Owner

@rick-github commented on GitHub (Feb 14, 2026):

Ollama will restart a pull if the server has not been restarted. If you want to restart interrupted pulls and also want to be able to restart the server, set OLLAMA_NOPRUNE in the server environment.

<!-- gh-comment-id:3902004922 --> @rick-github commented on GitHub (Feb 14, 2026): Ollama will restart a pull if the server has not been restarted. If you want to restart interrupted pulls and also want to be able to restart the server, set [`OLLAMA_NOPRUNE`](https://github.com/ollama/ollama/blob/d18dcd77755b55c9d761e483abee17d1e2b6c58c/envconfig/config.go#L295) in the server environment.
Author
Owner

@sboden commented on GitHub (Feb 14, 2026):

Good... This information should be more visible then.

And.... the "OLLAMA_NOPRUNE" naming is not really obvious.

<!-- gh-comment-id:3902015650 --> @sboden commented on GitHub (Feb 14, 2026): Good... This information should be more visible then. And.... the "OLLAMA_NOPRUNE" naming is not really obvious.
Author
Owner

@rick-github commented on GitHub (Feb 14, 2026):

ollama serve --help
<!-- gh-comment-id:3902020621 --> @rick-github commented on GitHub (Feb 14, 2026): ``` ollama serve --help ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#35040