From a071431ffebae37acee47d1b7f3799e04e96409e Mon Sep 17 00:00:00 2001 From: Felix <82098046+ei23fxg@users.noreply.github.com> Date: Sun, 26 Jan 2025 16:21:12 +0100 Subject: [PATCH] fixed transformers version Fix for issue with insanely-fast-whisper see https://github.com/jhj0517/Whisper-WebUI/issues/470 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index feef81a..c352623 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,11 +9,11 @@ torch torchaudio git+https://github.com/jhj0517/jhj0517-whisper.git faster-whisper==1.1.1 -transformers +transformers==4.47.1 gradio gradio-i18n pytubefix ruamel.yaml==0.18.6 pyannote.audio==3.3.2 git+https://github.com/jhj0517/ultimatevocalremover_api.git -git+https://github.com/jhj0517/pyrubberband.git \ No newline at end of file +git+https://github.com/jhj0517/pyrubberband.git