[GH-ISSUE #1324] Pulling model causes 99+ download time towards the end of the completing the download #687

Closed
opened 2026-04-12 10:22:04 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @ahmetkca on GitHub (Nov 30, 2023).
Original GitHub issue: https://github.com/ollama/ollama/issues/1324

Here is the output from journalctl

Nov 29 22:11:04 ahmetkca-Ubuntu-23.10 ollama[23387]: 2023/11/29 22:11:04 llama.go:262: less than 2 GB VRAM available
Nov 29 22:11:04 ahmetkca-Ubuntu-23.10 ollama[23387]: 2023/11/29 22:11:04 routes.go:797: not enough VRAM available, falling back to CPU only
Nov 29 22:12:27 ahmetkca-Ubuntu-23.10 ollama[23387]: [GIN] 2023/11/29 - 22:12:27 | 200 |      30.563µs |       127.0.0.1 | HEAD     "/"
Nov 29 22:12:27 ahmetkca-Ubuntu-23.10 ollama[23387]: [GIN] 2023/11/29 - 22:12:27 | 200 |     125.804µs |       127.0.0.1 | GET      "/api/tags"
Nov 29 22:12:39 ahmetkca-Ubuntu-23.10 ollama[23387]: [GIN] 2023/11/29 - 22:12:39 | 200 |       16.17µs |       127.0.0.1 | HEAD     "/"
Nov 29 22:12:41 ahmetkca-Ubuntu-23.10 ollama[23387]: 2023/11/29 22:12:41 download.go:123: downloading 6ae280299950 in 42 100 MB part(s)
Nov 29 22:14:17 ahmetkca-Ubuntu-23.10 ollama[23387]: 2023/11/29 22:14:17 download.go:162: 6ae280299950 part 1 attempt 0 failed: unexpected EOF, retrying in 1s
Nov 29 22:14:20 ahmetkca-Ubuntu-23.10 ollama[23387]: 2023/11/29 22:14:20 download.go:162: 6ae280299950 part 12 attempt 0 failed: unexpected EOF, retrying in 1s
Nov 29 22:14:23 ahmetkca-Ubuntu-23.10 ollama[23387]: 2023/11/29 22:14:23 download.go:162: 6ae280299950 part 33 attempt 0 failed: unexpected EOF, retrying in 1s
Nov 29 22:14:24 ahmetkca-Ubuntu-23.10 ollama[23387]: 2023/11/29 22:14:24 download.go:162: 6ae280299950 part 31 attempt 0 failed: unexpected EOF, retrying in 1s
Nov 29 22:14:30 ahmetkca-Ubuntu-23.10 ollama[23387]: 2023/11/29 22:14:30 download.go:162: 6ae280299950 part 29 attempt 0 failed: unexpected EOF, retrying in 1s
Nov 29 22:14:34 ahmetkca-Ubuntu-23.10 ollama[23387]: 2023/11/29 22:14:34 download.go:162: 6ae280299950 part 11 attempt 0 failed: unexpected EOF, retrying in 1s
Nov 29 22:14:35 ahmetkca-Ubuntu-23.10 ollama[23387]: 2023/11/29 22:14:35 download.go:162: 6ae280299950 part 23 attempt 0 failed: unexpected EOF, retrying in 1s
Nov 29 22:14:36 ahmetkca-Ubuntu-23.10 ollama[23387]: 2023/11/29 22:14:36 download.go:162: 6ae280299950 part 15 attempt 0 failed: unexpected EOF, retrying in 1s
Nov 29 22:15:20 ahmetkca-Ubuntu-23.10 ollama[23387]: 2023/11/29 22:15:20 download.go:162: 6ae280299950 part 0 attempt 0 failed: unexpected EOF, retrying in 1s
Nov 29 22:15:24 ahmetkca-Ubuntu-23.10 ollama[23387]: 2023/11/29 22:15:24 download.go:123: downloading 22e1b2e8dc2f in 1 43 B part(s)
Nov 29 22:15:27 ahmetkca-Ubuntu-23.10 ollama[23387]: 2023/11/29 22:15:27 download.go:123: downloading e35ab70a78c7 in 1 90 B part(s)
Nov 29 22:15:34 ahmetkca-Ubuntu-23.10 ollama[23387]: 2023/11/29 22:15:34 download.go:123: downloading 1cb90d66f4d4 in 1 381 B part(s)
Nov 29 22:15:44 ahmetkca-Ubuntu-23.10 ollama[23387]: [GIN] 2023/11/29 - 22:15:44 | 200 |          3m4s |       127.0.0.1 | POST     "/api/pull"
Nov 29 22:16:52 ahmetkca-Ubuntu-23.10 ollama[23387]: [GIN] 2023/11/29 - 22:16:52 | 200 |       14.49µs |       127.0.0.1 | HEAD     "/"
Nov 29 22:16:52 ahmetkca-Ubuntu-23.10 ollama[23387]: [GIN] 2023/11/29 - 22:16:52 | 200 |     244.403µs |       127.0.0.1 | GET      "/api/tags"
lines 6699-6724/6724 (END)
Originally created by @ahmetkca on GitHub (Nov 30, 2023). Original GitHub issue: https://github.com/ollama/ollama/issues/1324 Here is the output from journalctl ``` Nov 29 22:11:04 ahmetkca-Ubuntu-23.10 ollama[23387]: 2023/11/29 22:11:04 llama.go:262: less than 2 GB VRAM available Nov 29 22:11:04 ahmetkca-Ubuntu-23.10 ollama[23387]: 2023/11/29 22:11:04 routes.go:797: not enough VRAM available, falling back to CPU only Nov 29 22:12:27 ahmetkca-Ubuntu-23.10 ollama[23387]: [GIN] 2023/11/29 - 22:12:27 | 200 | 30.563µs | 127.0.0.1 | HEAD "/" Nov 29 22:12:27 ahmetkca-Ubuntu-23.10 ollama[23387]: [GIN] 2023/11/29 - 22:12:27 | 200 | 125.804µs | 127.0.0.1 | GET "/api/tags" Nov 29 22:12:39 ahmetkca-Ubuntu-23.10 ollama[23387]: [GIN] 2023/11/29 - 22:12:39 | 200 | 16.17µs | 127.0.0.1 | HEAD "/" Nov 29 22:12:41 ahmetkca-Ubuntu-23.10 ollama[23387]: 2023/11/29 22:12:41 download.go:123: downloading 6ae280299950 in 42 100 MB part(s) Nov 29 22:14:17 ahmetkca-Ubuntu-23.10 ollama[23387]: 2023/11/29 22:14:17 download.go:162: 6ae280299950 part 1 attempt 0 failed: unexpected EOF, retrying in 1s Nov 29 22:14:20 ahmetkca-Ubuntu-23.10 ollama[23387]: 2023/11/29 22:14:20 download.go:162: 6ae280299950 part 12 attempt 0 failed: unexpected EOF, retrying in 1s Nov 29 22:14:23 ahmetkca-Ubuntu-23.10 ollama[23387]: 2023/11/29 22:14:23 download.go:162: 6ae280299950 part 33 attempt 0 failed: unexpected EOF, retrying in 1s Nov 29 22:14:24 ahmetkca-Ubuntu-23.10 ollama[23387]: 2023/11/29 22:14:24 download.go:162: 6ae280299950 part 31 attempt 0 failed: unexpected EOF, retrying in 1s Nov 29 22:14:30 ahmetkca-Ubuntu-23.10 ollama[23387]: 2023/11/29 22:14:30 download.go:162: 6ae280299950 part 29 attempt 0 failed: unexpected EOF, retrying in 1s Nov 29 22:14:34 ahmetkca-Ubuntu-23.10 ollama[23387]: 2023/11/29 22:14:34 download.go:162: 6ae280299950 part 11 attempt 0 failed: unexpected EOF, retrying in 1s Nov 29 22:14:35 ahmetkca-Ubuntu-23.10 ollama[23387]: 2023/11/29 22:14:35 download.go:162: 6ae280299950 part 23 attempt 0 failed: unexpected EOF, retrying in 1s Nov 29 22:14:36 ahmetkca-Ubuntu-23.10 ollama[23387]: 2023/11/29 22:14:36 download.go:162: 6ae280299950 part 15 attempt 0 failed: unexpected EOF, retrying in 1s Nov 29 22:15:20 ahmetkca-Ubuntu-23.10 ollama[23387]: 2023/11/29 22:15:20 download.go:162: 6ae280299950 part 0 attempt 0 failed: unexpected EOF, retrying in 1s Nov 29 22:15:24 ahmetkca-Ubuntu-23.10 ollama[23387]: 2023/11/29 22:15:24 download.go:123: downloading 22e1b2e8dc2f in 1 43 B part(s) Nov 29 22:15:27 ahmetkca-Ubuntu-23.10 ollama[23387]: 2023/11/29 22:15:27 download.go:123: downloading e35ab70a78c7 in 1 90 B part(s) Nov 29 22:15:34 ahmetkca-Ubuntu-23.10 ollama[23387]: 2023/11/29 22:15:34 download.go:123: downloading 1cb90d66f4d4 in 1 381 B part(s) Nov 29 22:15:44 ahmetkca-Ubuntu-23.10 ollama[23387]: [GIN] 2023/11/29 - 22:15:44 | 200 | 3m4s | 127.0.0.1 | POST "/api/pull" Nov 29 22:16:52 ahmetkca-Ubuntu-23.10 ollama[23387]: [GIN] 2023/11/29 - 22:16:52 | 200 | 14.49µs | 127.0.0.1 | HEAD "/" Nov 29 22:16:52 ahmetkca-Ubuntu-23.10 ollama[23387]: [GIN] 2023/11/29 - 22:16:52 | 200 | 244.403µs | 127.0.0.1 | GET "/api/tags" lines 6699-6724/6724 (END) ```
Author
Owner

@ahmetkca commented on GitHub (Nov 30, 2023):

I am not sure if this is caused by my internet connection or not

<!-- gh-comment-id:1833043898 --> @ahmetkca commented on GitHub (Nov 30, 2023): I am not sure if this is caused by my internet connection or not
Author
Owner

@jmorganca commented on GitHub (Jan 8, 2024):

Will merge with https://github.com/jmorganca/ollama/issues/1736 - sorry you hit this!

<!-- gh-comment-id:1880322428 --> @jmorganca commented on GitHub (Jan 8, 2024): Will merge with https://github.com/jmorganca/ollama/issues/1736 - sorry you hit this!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#687