Originally created by @airdogvan on GitHub (Aug 9, 2024).
open-webui version: v0.3.12
ollama version: ollama version is 0.3.4
OS: Ubuntu 22.04 LTS
When trying to dowload llama3.1 I get the following message: pull model manifest: 412: The model you are attempting to pull requires a newer version of Ollama. Please download the latest version at: https://ollama.com/download
Running docker.
Went in the ollama container and did: ollama run llama3.1:latest
It downloaded the model and ran it. I could, from the cli, post queries that were correctly answered.
docker logs right after trying to download:
open-webui | INFO: 172.21.0.1:37260 - "GET /api/pipelines/list HTTP/1.1" 200 OK
open-webui | INFO: 172.21.0.1:42444 - "GET /ollama/config HTTP/1.1" 200 OK
open-webui | INFO: 172.21.0.1:42446 - "GET /ollama/api/version HTTP/1.1" 200 OK
open-webui | INFO: 172.21.0.1:42444 - "GET /ollama/urls HTTP/1.1" 200 OK
open-webui | INFO [apps.ollama.main] url: http://host.docker.internal:11434
I checked again for other models and I can download Mixtral for instance...
Any help greatly appreciated.
Originally created by @airdogvan on GitHub (Aug 9, 2024).
open-webui version: v0.3.12
ollama version: ollama version is 0.3.4
OS: Ubuntu 22.04 LTS
When trying to dowload llama3.1 I get the following message:
```pull model manifest: 412: The model you are attempting to pull requires a newer version of Ollama. Please download the latest version at: https://ollama.com/download ```
Running docker.
Went in the ollama container and did: ollama run llama3.1:latest
It downloaded the model and ran it. I could, from the cli, post queries that were correctly answered.
docker logs right after trying to download:
```open-webui | []
open-webui | INFO: 172.21.0.1:37260 - "GET /api/pipelines/list HTTP/1.1" 200 OK
open-webui | INFO: 172.21.0.1:42444 - "GET /ollama/config HTTP/1.1" 200 OK
open-webui | INFO: 172.21.0.1:42446 - "GET /ollama/api/version HTTP/1.1" 200 OK
open-webui | INFO: 172.21.0.1:42444 - "GET /ollama/urls HTTP/1.1" 200 OK
open-webui | INFO [apps.ollama.main] url: http://host.docker.internal:11434
```
I checked again for other models and I can download Mixtral for instance...
Any help greatly appreciated.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @airdogvan on GitHub (Aug 9, 2024).
open-webui version: v0.3.12
ollama version: ollama version is 0.3.4
OS: Ubuntu 22.04 LTS
When trying to dowload llama3.1 I get the following message:
pull model manifest: 412: The model you are attempting to pull requires a newer version of Ollama. Please download the latest version at: https://ollama.com/downloadRunning docker.
Went in the ollama container and did: ollama run llama3.1:latest
It downloaded the model and ran it. I could, from the cli, post queries that were correctly answered.
docker logs right after trying to download:
I checked again for other models and I can download Mixtral for instance...
Any help greatly appreciated.