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