[GH-ISSUE #2463] Resume does not seem to work #1440

Closed
opened 2026-04-12 11:20:29 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @da-z on GitHub (Feb 12, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/2463

I had about 4.5GB out of 49GB already downloaded but on a retry it restarted from scratch (same layer - edb02981b596...).

ollama pull nous-hermes2-mixtral:8x7b-dpo-q8_0

Originally created by @da-z on GitHub (Feb 12, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/2463 I had about 4.5GB out of 49GB already downloaded but on a retry it restarted from scratch (same layer - edb02981b596...). `ollama pull nous-hermes2-mixtral:8x7b-dpo-q8_0`
Author
Owner

@technovangelist commented on GitHub (Feb 12, 2024):

If you restarted the machine or even just the ollama service, there is a pruning process that runs that clears out any incomplete model files. To not do that, you need to set an environment variable. OLLAMA_NOPRUNE

<!-- gh-comment-id:1938872167 --> @technovangelist commented on GitHub (Feb 12, 2024): If you restarted the machine or even just the ollama service, there is a pruning process that runs that clears out any incomplete model files. To not do that, you need to set an environment variable. OLLAMA_NOPRUNE
Author
Owner

@da-z commented on GitHub (Feb 12, 2024):

Good to know, thank you. I may have restarted the service, indeed.

<!-- gh-comment-id:1938892245 --> @da-z commented on GitHub (Feb 12, 2024): Good to know, thank you. I may have restarted the service, indeed.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#1440