mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
issue: notes + whisper +cuda failure #5058
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 @CedricT1 on GitHub (May 6, 2025).
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.6
Ollama Version (if applicable)
0.6.8
Operating System
Ubuntu 24.04
Browser (if applicable)
Firefox
Confirmation
README.md.Expected Behavior
Hello,
I have a problem, but only with the Docker image ghcr.io/open-webui/open-webui:cuda. The ghcr.io/open-webui/open-webui:main image does not have this issue.
Actual Behavior
open-webui.log
When I save a note, the microphone whisper does not work (I have tried both base and turbo). It tells me:
This does not surprise me since I have two NVIDIA Quadro P5000 cards on Pascal architecture; they are old cards.
However, when in the audio settings I specify to use OpenAI (I have entered my OpenAI key), the problem persists, meaning it does not use the OpenAI API for whisper.
On the instance without CUDA, there is no problem, but open-webui is quite slow, especially in RAG.
Thank you for your work.
Best regards,
P.S. I have attached the log file.
Steps to Reproduce
Logs & Screenshots
Additional Information
No response