mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[PR #22365] [CLOSED] fix(tts): pin datasets below 4 for SpeechT5 embeddings #130293
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/22365
Author: @DaMccRee
Created: 3/7/2026
Status: ❌ Closed
Base:
dev← Head:fix/tts-datasets-lt4-dev📝 Commits (1)
b4f51aefix(tts): pin datasets below 4 for SpeechT5 embeddings📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
backend/requirements.txt(+1 -0)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions to discuss your idea/fix with the community before creating a pull request, and describe your changes before submitting a pull request.
This is to ensure large feature PRs are discussed with the community first, before starting work on it. If the community does not want this feature or it is not relevant for Open WebUI as a project, it can be identified in the discussion before working on it and submitting the PR.
Before submitting, make sure you've checked the following:
devbranch. PRs targetingmainwill be immediately closed.datasetsbecause the local transformers TTS path currently depends on a script-based Hugging Face dataset (Matthijs/cmu-arctic-xvectors), which is no longer supported bydatasets4.x. I manually tested the affected TTS path after this change.fixprefix.Changelog Entry
Description
datasetsto<4inbackend/requirements.txtto restore compatibility for the local transformers SpeechT5 TTS path.Added
Changed
datasets<4in the backend requirements.Deprecated
Removed
Fixed
Matthijs/cmu-arctic-xvectors.RuntimeError: Dataset scripts are no longer supported, but found cmu-arctic-xvectors.pywhendatasetsresolves to 4.x.Security
Breaking Changes
Additional Information
load_dataset("Matthijs/cmu-arctic-xvectors", split="validation").datasets4.x removed support for dataset scripts.How I Tested
datasets==4.0.0.transformers.RuntimeError: Dataset scripts are no longer supported, but found cmu-arctic-xvectors.py.datasets==3.6.0was installed.Matthijs/cmu-arctic-xvectorsloaded successfully and the speech request completed normally.Screenshots or Videos
Contributor License Agreement
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.