From ec9402c568c3104cb55532721541c49bddd18ccd Mon Sep 17 00:00:00 2001 From: Jamie Pine Date: Sat, 31 Jan 2026 03:11:34 -0800 Subject: [PATCH] Update qwen-tts version in requirements for CPU and CUDA providers from 0.1.0 to 0.0.5 --- providers/pytorch-cpu/requirements.txt | 2 +- providers/pytorch-cuda/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/providers/pytorch-cpu/requirements.txt b/providers/pytorch-cpu/requirements.txt index 35593b57..3f4144e3 100644 --- a/providers/pytorch-cpu/requirements.txt +++ b/providers/pytorch-cpu/requirements.txt @@ -1,6 +1,6 @@ torch>=2.0.0 transformers>=4.30.0 -qwen-tts>=0.1.0 +qwen-tts>=0.0.5 fastapi>=0.100.0 uvicorn>=0.23.0 soundfile>=0.12.0 diff --git a/providers/pytorch-cuda/requirements.txt b/providers/pytorch-cuda/requirements.txt index 0f5eafd0..5a106503 100644 --- a/providers/pytorch-cuda/requirements.txt +++ b/providers/pytorch-cuda/requirements.txt @@ -2,7 +2,7 @@ torch>=2.0.0 --index-url https://download.pytorch.org/whl/cu121 torchvision>=0.15.0 --index-url https://download.pytorch.org/whl/cu121 torchaudio>=2.0.0 --index-url https://download.pytorch.org/whl/cu121 transformers>=4.30.0 -qwen-tts>=0.1.0 +qwen-tts>=0.0.5 fastapi>=0.100.0 uvicorn>=0.23.0 soundfile>=0.12.0