Update qwen-tts version in requirements for CPU and CUDA providers from 0.1.0 to 0.0.5

This commit is contained in:
Jamie Pine
2026-01-31 03:11:34 -08:00
parent d89521559a
commit ec9402c568
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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