[GH-ISSUE #11401] Model not found. Try pulling it first #54039

Closed
opened 2026-04-29 05:07:59 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @mengze1320 on GitHub (Jul 13, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/11401

What is the issue?

Image Image I have already downloaded it. When I ran the code "ollama run ...", it succeeded running. When I ran the code "curl ...", it failed.

Relevant log output

(base) wmz@node01:~$ ollama list
NAME                                 ID              SIZE      MODIFIED
dengcao/Qwen3-Embedding-8B:Q8_0      c85c6ff4794b    8.0 GB    13 minutes ago
dengcao/Qwen3-Reranker-8B:Q5_K_M     23d85d712bbc    5.8 GB    25 hours ago
dengcao/Qwen3-Embedding-8B:Q5_K_M    6cd08f0d9bdb    5.4 GB    25 hours ago
deepseek-r1:8b-0528-qwen3-fp16       a5f168330005    16 GB     5 weeks ago
deepseek-r1:latest                   6995872bfe4c    5.2 GB    5 weeks ago
(base) wmz@node01:~$ ollama run dengcao/Qwen3-Embedding-8B:Q8_0
>>> hello
        problems problems Problems problems problems       经历.ib.tickChangeмен나 Men文档(" seems       仪器器omy,j Jите   tool tool       Max}} developer       我们我们Jine
lineKit KitKitKitііitoriuteuruteur fig(Value       ando        :

_str {
 ret九omiomi        Techِруч enim tax jog jog凝 Writing writing M´鹊妙 problems problems problems       仪器覃覃专业我们icycle {
 ch Ch Chп前辈两天事innин       敏锐敏锐        fіMax}}}}仪器エ活axMaxych讥文字:

琶ارReader。
仪器医院 numIDford料rigieg万股і#        jQuery。
 num霉 format Manndm developer developer M处品іglobaladosiosKitKitWhat what}\инomiemi(handlerney仪器
articles("uke###############################################################################
:

 taxі   jQueryimport import       教师/*
.
 :

我们的文字 retТИ İø{\ Policy developer      琴計算计算器计算器 correct correct correct correct correct correct correct correct correct correct correct correct correct correct
correct correct correct correct correct correct correct correct correct correct correct correct correct correct correct correct correct

>>> /bye
(base) wmz@node01:~$ curl http://localhost:11435/api/embed -d '{
  "model": "dengcao/Owen3-Embedding-8B:Q8_0",
  "prompt": "你好,世界"
}'
{"error":"model \"dengcao/Owen3-Embedding-8B:Q8_0\" not found, try pulling it first"}(base) wmz@node01:~$

OS

Linux

GPU

Nvidia

CPU

No response

Ollama version

0.9.0

Originally created by @mengze1320 on GitHub (Jul 13, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/11401 ### What is the issue? <img width="2196" height="415" alt="Image" src="https://github.com/user-attachments/assets/9d40ee15-0d2e-4f34-98f8-03e1aa947c14" /> <img width="1558" height="145" alt="Image" src="https://github.com/user-attachments/assets/7ae6a941-0e8c-4c33-b2a4-5aacd3e25d21" /> I have already downloaded it. When I ran the code "ollama run ...", it succeeded running. When I ran the code "curl ...", it failed. ### Relevant log output ```shell (base) wmz@node01:~$ ollama list NAME ID SIZE MODIFIED dengcao/Qwen3-Embedding-8B:Q8_0 c85c6ff4794b 8.0 GB 13 minutes ago dengcao/Qwen3-Reranker-8B:Q5_K_M 23d85d712bbc 5.8 GB 25 hours ago dengcao/Qwen3-Embedding-8B:Q5_K_M 6cd08f0d9bdb 5.4 GB 25 hours ago deepseek-r1:8b-0528-qwen3-fp16 a5f168330005 16 GB 5 weeks ago deepseek-r1:latest 6995872bfe4c 5.2 GB 5 weeks ago (base) wmz@node01:~$ ollama run dengcao/Qwen3-Embedding-8B:Q8_0 >>> hello problems problems Problems problems problems 经历.ib.tickChangeмен나 Men文档(" seems 仪器器omy,j Jите tool tool Max}} developer 我们我们Jine lineKit KitKitKitііitoriuteuruteur fig(Value ando : _str { ret九omiomi Techِруч enim tax jog jog凝 Writing writing M´鹊妙 problems problems problems 仪器覃覃专业我们icycle { ch Ch Chп前辈两天事innин 敏锐敏锐 fіMax}}}}仪器エ活axMaxych讥文字: 琶ارReader。 仪器医院 numIDford料rigieg万股і# jQuery。 num霉 format Manndm developer developer M处品іglobaladosiosKitKitWhat what}\инomiemi(handlerney仪器 articles("uke############################################################################### : taxі jQueryimport import 教师/* . : 我们的文字 retТИ İø{\ Policy developer 琴計算计算器计算器 correct correct correct correct correct correct correct correct correct correct correct correct correct correct correct correct correct correct correct correct correct correct correct correct correct correct correct correct correct correct correct >>> /bye (base) wmz@node01:~$ curl http://localhost:11435/api/embed -d '{ "model": "dengcao/Owen3-Embedding-8B:Q8_0", "prompt": "你好,世界" }' {"error":"model \"dengcao/Owen3-Embedding-8B:Q8_0\" not found, try pulling it first"}(base) wmz@node01:~$ ``` ### OS Linux ### GPU Nvidia ### CPU _No response_ ### Ollama version 0.9.0
GiteaMirror added the bug label 2026-04-29 05:07:59 -05:00
Author
Owner

@JasonHonKL commented on GitHub (Jul 13, 2025):

@mengze1320 please try it again with

http://localhost:11434/

seems your base url is wrong. Hope this resolve your issue.

<!-- gh-comment-id:3066611988 --> @JasonHonKL commented on GitHub (Jul 13, 2025): @mengze1320 please try it again with ``` http://localhost:11434/ ``` seems your base url is wrong. Hope this resolve your issue.
Author
Owner

@x-z7 commented on GitHub (Nov 8, 2025):

hello, have you solved the problem? I got as the same problem as you

<!-- gh-comment-id:3506106757 --> @x-z7 commented on GitHub (Nov 8, 2025): hello, have you solved the problem? I got as the same problem as you
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#54039