[GH-ISSUE #12568] ollama model service not working #54849

Closed
opened 2026-04-29 07:38:33 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @renweibo on GitHub (Oct 11, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/12568

What is the issue?

2 point not work as design, maybe same reason. Please fix it.

➜  /tmp ollama pull kimi-k2
pulling manifest 
Error: pull model manifest: file does not exist
➜  /tmp ollama pull qwen3  
pulling manifest 
pulling a3de86cd1c13: 100% ▕██████████████████████████████████████████████████████████████████████████████████████████████████████▏ 5.2 GB                         
pulling ae370d884f10: 100% ▕██████████████████████████████████████████████████████████████████████████████████████████████████████▏ 1.7 KB                         
pulling d18a5cc71b84: 100% ▕██████████████████████████████████████████████████████████████████████████████████████████████████████▏  11 KB                         
pulling cff3f395ef37: 100% ▕██████████████████████████████████████████████████████████████████████████████████████████████████████▏  120 B                         
pulling 05a61d37b084: 100% ▕██████████████████████████████████████████████████████████████████████████████████████████████████████▏  487 B                         
verifying sha256 digest 
writing manifest 
success 

Relevant log output


OS

macOS

GPU

Apple

CPU

Apple

Ollama version

0.12.5

Originally created by @renweibo on GitHub (Oct 11, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/12568 ### What is the issue? 2 point not work as design, maybe same reason. Please fix it. - cannot access all model pages (https://ollama.com/hardcore_moore/kiwi-ollama-gpt-oss-120b-64k), it report 502 error - I can pull qwen3 ok but kimi-k2 failed ```bash ➜ /tmp ollama pull kimi-k2 pulling manifest Error: pull model manifest: file does not exist ➜ /tmp ollama pull qwen3 pulling manifest pulling a3de86cd1c13: 100% ▕██████████████████████████████████████████████████████████████████████████████████████████████████████▏ 5.2 GB pulling ae370d884f10: 100% ▕██████████████████████████████████████████████████████████████████████████████████████████████████████▏ 1.7 KB pulling d18a5cc71b84: 100% ▕██████████████████████████████████████████████████████████████████████████████████████████████████████▏ 11 KB pulling cff3f395ef37: 100% ▕██████████████████████████████████████████████████████████████████████████████████████████████████████▏ 120 B pulling 05a61d37b084: 100% ▕██████████████████████████████████████████████████████████████████████████████████████████████████████▏ 487 B verifying sha256 digest writing manifest success ``` ### Relevant log output ```shell ``` ### OS macOS ### GPU Apple ### CPU Apple ### Ollama version 0.12.5
GiteaMirror added the bug label 2026-04-29 07:38:33 -05:00
Author
Owner

@rick-github commented on GitHub (Oct 11, 2025):

Model pages seem ok, no 502 errors when I visited. kimi-k2 is currently only available as a cloud model, ollama run kimi-k2:1t-cloud.

<!-- gh-comment-id:3393126802 --> @rick-github commented on GitHub (Oct 11, 2025): Model pages seem ok, no 502 errors when I visited. kimi-k2 is currently only available as a cloud model, `ollama run kimi-k2:1t-cloud`.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#54849