[GH-ISSUE #3001] pull model fail:read: connection reset by peer #1843

Closed
opened 2026-04-12 11:54:08 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @QiuZiXian on GitHub (Mar 8, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/3001

env: linux
I has installed ollama success
but try ollama pull qwen:7b ,it fail like:

pulling manifest 
Error: pull model manifest: Get "https://ollama.com/token?nonce=bW98ekNaedsqamdcHp8ziQ&scope=repository%!A(MISSING)library%!F(MISSING)qwen%!A(MISSING)pull&service=ollama.com&ts=1709894898": read tcp 192.168.26.128:44940->34.120.132.20:443: read: connection reset by peer

ping 34.120.132.20 is ok;
I try set proxy ,but not work
please help me?
give me a method of pulling model or build from https://huggingface.co/Qwen/Qwen1.5-7B-Chat ; thanks!

(I has download from https://huggingface.co/Qwen/Qwen1.5-7B-Chat ;
vim Modelfile; set From .//Qwen1.5-7B-Chat; error : transferring model data 
Error: read /usr/share/ollama/.ollama/models/Qwen1.5-7B-Chat: is a directory)
Originally created by @QiuZiXian on GitHub (Mar 8, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/3001 env: linux I has installed ollama success but try ollama pull qwen:7b ,it fail like: ```bash pulling manifest Error: pull model manifest: Get "https://ollama.com/token?nonce=bW98ekNaedsqamdcHp8ziQ&scope=repository%!A(MISSING)library%!F(MISSING)qwen%!A(MISSING)pull&service=ollama.com&ts=1709894898": read tcp 192.168.26.128:44940->34.120.132.20:443: read: connection reset by peer ``` ping 34.120.132.20 is ok; I try set proxy ,but not work please help me? give me a method of pulling model or build from https://huggingface.co/Qwen/Qwen1.5-7B-Chat ; thanks! ```bash (I has download from https://huggingface.co/Qwen/Qwen1.5-7B-Chat ; vim Modelfile; set From .//Qwen1.5-7B-Chat; error : transferring model data Error: read /usr/share/ollama/.ollama/models/Qwen1.5-7B-Chat: is a directory)
Author
Owner

@QiuZiXian commented on GitHub (Mar 11, 2024):

not pull https://huggingface.co/Qwen/Qwen1.5-7B-Chat
pull https://huggingface.co/Qwen/Qwen1.5-7B-Chat-GGUF

<!-- gh-comment-id:1987577131 --> @QiuZiXian commented on GitHub (Mar 11, 2024): not pull https://huggingface.co/Qwen/Qwen1.5-7B-Chat pull https://huggingface.co/Qwen/Qwen1.5-7B-Chat-GGUF
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#1843