From 7a987f7685147bd210fcb06b403fb2b6d18b6776 Mon Sep 17 00:00:00 2001 From: litagin02 <139731664+litagin02@users.noreply.github.com> Date: Fri, 23 Feb 2024 23:06:44 +0900 Subject: [PATCH] Avoid buggy faster-whisper 1.0.0 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index aa84daf..f58619a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ cmudict cn2an -faster-whisper>=0.10.0 +faster-whisper>=0.10.0,<1.0.0 g2p_en GPUtil gradio @@ -26,4 +26,4 @@ scipy tensorboard torch>=2.1,<2.2 # For users without GPU or colab transformers -umap-learn \ No newline at end of file +umap-learn