Built on Wed_Oct_30_01:18:48_Pacific_Daylight_Time_2024
Cuda compilation tools, release 12.6, V12.6.85
Build cuda_12.6.r12.6/compiler.35059454_0
Browser (if applicable): not applicable/happens from shell too.
Confirmation:
I have read and followed all the instructions provided in the README.md.
I am on the latest version of both Open WebUI and Ollama.
I have included the browser console logs.
I have included the Docker container logs.
I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below.
Expected Behavior:
It loads in seconds instead of timing out after 5 minutes.
Actual Behavior:
Can't load anything but the smallest models, takes 5 minutes and then times out.
Description
Bug Summary:
root@4dfcb71dbd9c:/app/backend# ollama list
NAME ID SIZE MODIFIED
deepseek-r1:1.5b-qwen-distill-q4_K_M a42b25d8c10a 1.1 GB 27 minutes ago
deepseek-r1:14b ea35dfe18182 9.0 GB 2 days ago
root@4dfcb71dbd9c:/app/backend# ollama run deepseek-r1:1.5b-qwen-distill-q4_K_M
>>> /bye
root@4dfcb71dbd9c:/app/backend# ollama run deepseek-r1:14b
Error: timed out waiting for llama runner to start - progress 0.00 -
root@4dfcb71dbd9c:/app/backend#
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 @Mugane on GitHub (Jan 25, 2025).
Bug Report
Installation Method
Docker Desktop version 4.37.1
Docker version 27.4.0 (build bde2b89)
image: ghcr.io/open-webui/open-webui:ollama
"Image": "sha256:a249ccd60c90abd71f930663a0d260eeead1b0426ecdc7ca67528bbd989539e6"
"Created": "2025-01-23T02:03:14.801474831Z"
Docker compose used for build. No errors.
Environment
Ollama: v0.5.7
Windows 11 Pro
Hardware:
Cuda:
Browser (if applicable): not applicable/happens from shell too.
Confirmation:
Expected Behavior:
It loads in seconds instead of timing out after 5 minutes.
Actual Behavior:
Can't load anything but the smallest models, takes 5 minutes and then times out.
Description
Bug Summary:
Reproduction Details
Steps to Reproduce:
See description
Logs and Screenshots
Browser Console Logs:
N/A (error happens in terminal too)
Docker Container Logs:
Screenshots/Screen Recordings (if applicable):
N/A.
Additional Information
It should not take 5 minutes to load 10GB from SSD into vRAM. It should take 5 seconds.
Many thanks!