mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
cannot pull llama3.1:latest #1742
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.