mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-05 16:28:32 -05:00
[GH-ISSUE #7115] faster-whisper don't support turbo model, please update #14614
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 @kitaev-chen on GitHub (Nov 20, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7115
Bug Report
When choosing Whisper (Local) as Speech-to-Text Engine and change the STT Model from base to turbo, there is an error show in docker log:
It looks like the faster_whisper inside open-webui doesn't support faster-large-v3-turbo model. When checking faster_whisper model list, it already supports this turbo model. Please see the benchmark.
Installation Method
Install from Docker latest image
Environment