[GH-ISSUE #1254] "Model" not found, try pulling it first #641

Closed
opened 2026-04-12 10:20:17 -05:00 by GiteaMirror · 6 comments
Owner

Originally created by @rehberim360 on GitHub (Nov 23, 2023).
Original GitHub issue: https://github.com/ollama/ollama/issues/1254

Hello everyone. I host Ollama in google VM. All firewall settings etc. have been made. I am connecting remotely via API.

1

I pulled my models while in Ollama service start.

2

But no matter which model I pulled,

3

Originally created by @rehberim360 on GitHub (Nov 23, 2023). Original GitHub issue: https://github.com/ollama/ollama/issues/1254 Hello everyone. I host Ollama in google VM. All firewall settings etc. have been made. I am connecting remotely via API. ![1](https://github.com/jmorganca/ollama/assets/144798027/7c3ff8ed-aefd-44e9-978a-de48b9e8774d) I pulled my models while in Ollama service start. ![2](https://github.com/jmorganca/ollama/assets/144798027/414266cd-fae5-4033-9265-ce2d30f6ae7f) But no matter which model I pulled, ![3](https://github.com/jmorganca/ollama/assets/144798027/89f8a02b-3866-4acd-a161-6b9eb3e18c44)
Author
Owner

@easp commented on GitHub (Nov 23, 2023):

What do you get if you

curl http://GOOGLEVMIP:11434/api/show -d '{
  "name": "llama2-uncensored"
}'
<!-- gh-comment-id:1824755565 --> @easp commented on GitHub (Nov 23, 2023): What do you get if you ``` curl http://GOOGLEVMIP:11434/api/show -d '{ "name": "llama2-uncensored" }' ```
Author
Owner

@rehberim360 commented on GitHub (Nov 23, 2023):

4
``

<!-- gh-comment-id:1824825870 --> @rehberim360 commented on GitHub (Nov 23, 2023): ![4](https://github.com/jmorganca/ollama/assets/144798027/840d2997-8c3c-481b-be78-8e28aef79d08) ``
Author
Owner

@BruceMacD commented on GitHub (Nov 24, 2023):

Hi @rehberim360, if you're behind a firewall you probably need to configure the HTTPS_PROXY environment variable.
https://github.com/jmorganca/ollama/blob/main/docs/faq.md#how-do-i-use-ollama-behind-a-proxy

Have you tried that?

<!-- gh-comment-id:1826108214 --> @BruceMacD commented on GitHub (Nov 24, 2023): Hi @rehberim360, if you're behind a firewall you probably need to configure the `HTTPS_PROXY` environment variable. https://github.com/jmorganca/ollama/blob/main/docs/faq.md#how-do-i-use-ollama-behind-a-proxy Have you tried that?
Author
Owner

@technovangelist commented on GitHub (Dec 4, 2023):

did you try the proxy env var??

<!-- gh-comment-id:1839767771 --> @technovangelist commented on GitHub (Dec 4, 2023): did you try the proxy env var??
Author
Owner

@technovangelist commented on GitHub (Jan 3, 2024):

Hi @rehberim360, we haven't heard back from you. Did the solution proposed by @BruceMacD work for you? I'll go ahead and, assuming it's solved, close the issue for now. If you see this, and it didn't work, feel free to reopen the issue, and we can try to solve it again. Thanks so much for being a great part of this community.

<!-- gh-comment-id:1875733896 --> @technovangelist commented on GitHub (Jan 3, 2024): Hi @rehberim360, we haven't heard back from you. Did the solution proposed by @BruceMacD work for you? I'll go ahead and, assuming it's solved, close the issue for now. If you see this, and it didn't work, feel free to reopen the issue, and we can try to solve it again. Thanks so much for being a great part of this community.
Author
Owner

@shivaprasadyanala commented on GitHub (May 2, 2024):

@technovangelist
when i try to do ollama serve
i'm getting Error: listen tcp 127.0.0.1:11434: bind: address already in use
but how can i use ollama outside of the instance by calling it from postman

<!-- gh-comment-id:2089761035 --> @shivaprasadyanala commented on GitHub (May 2, 2024): @technovangelist when i try to do ollama serve i'm getting Error: listen tcp 127.0.0.1:11434: bind: address already in use but how can i use ollama outside of the instance by calling it from postman
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#641