[GH-ISSUE #89] layer pulling issue when connection drops and comes back #62068

Closed
opened 2026-05-03 07:25:58 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @technovangelist on GitHub (Jul 17, 2023).
Original GitHub issue: https://github.com/ollama/ollama/issues/89

I ran ollama run nous-hermes and it started dl the model. I quit when I saw I was on wifi, and connected wired and tried again. It hung for a minute and then when I asked a question it error'd.

❯ ./ollama run library/nous-hermes:latest                                                                                                                                                                                                             (base)
pulling manifest
pulling d1735b93e1dc503f...   4% |███████                                                                                                                                                                             | (289 MB/6.8 GB, 13 MB/s) [20s:8m36s]^C⏎

 main                                                                                                                                                                                                                                                  26s
❯ ./ollama run library/nous-hermes:latest                                                                                                                                                                                                             (base)
pulling manifest

>>> Where is justin bieber form
⠋   Error: 400 Bad Request: couldn't open file '/Users/matt/.ollama/models/manifests/library/nous-hermes:latest'

So I tried again and it started downloading

this is similar to #61 . no longer see the error, but kinda wish there was an error

Originally created by @technovangelist on GitHub (Jul 17, 2023). Original GitHub issue: https://github.com/ollama/ollama/issues/89 I ran `ollama run nous-hermes` and it started dl the model. I quit when I saw I was on wifi, and connected wired and tried again. It hung for a minute and then when I asked a question it error'd. ``` ❯ ./ollama run library/nous-hermes:latest (base) pulling manifest pulling d1735b93e1dc503f... 4% |███████ | (289 MB/6.8 GB, 13 MB/s) [20s:8m36s]^C⏎  main 26s ❯ ./ollama run library/nous-hermes:latest (base) pulling manifest >>> Where is justin bieber form ⠋ Error: 400 Bad Request: couldn't open file '/Users/matt/.ollama/models/manifests/library/nous-hermes:latest' ``` So I tried again and it started downloading this is similar to #61 . no longer see the error, but kinda wish there was an error
GiteaMirror added the bug label 2026-05-03 07:25:58 -05:00
Author
Owner

@mchiang0610 commented on GitHub (Jul 19, 2023):

Just tried on Ollama 0.0.7, and it resumed after cutting off wifi and then re-enabling it after a minute. Twice.

Are you still seeing this problem?

ollama run nous-hermes
pulling manifest
pulling d1735b93e1dc...   5% |                  | (418 MB/6.8 GB, 8.6 MB/s) [18s:12m39s]




pulling d1735b93e1dc...   6% |█                 | (458 MB/6.8 GB, 6.8 MB/s) [45s:15m57s]
pulling d1735b93e1dc...  12% |██                | (888 MB/6.8 GB, 19 MB/s) [1m26s:5m21s]
<!-- gh-comment-id:1641423223 --> @mchiang0610 commented on GitHub (Jul 19, 2023): Just tried on Ollama 0.0.7, and it resumed after cutting off wifi and then re-enabling it after a minute. Twice. Are you still seeing this problem? ``` ollama run nous-hermes pulling manifest pulling d1735b93e1dc... 5% | | (418 MB/6.8 GB, 8.6 MB/s) [18s:12m39s] pulling d1735b93e1dc... 6% |█ | (458 MB/6.8 GB, 6.8 MB/s) [45s:15m57s] pulling d1735b93e1dc... 12% |██ | (888 MB/6.8 GB, 19 MB/s) [1m26s:5m21s] ```
Author
Owner

@pdevine commented on GitHub (Jul 20, 2023):

the layer being pulled will be called something like sha256:d1735b93e1dc...-partial and is only renamed to the full layer when the complete file is finished being pulled. This bug shouldn't be happening any more.

<!-- gh-comment-id:1643241514 --> @pdevine commented on GitHub (Jul 20, 2023): the layer being pulled will be called something like `sha256:d1735b93e1dc...-partial` and is _only_ renamed to the full layer when the complete file is finished being pulled. This bug shouldn't be happening any more.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#62068