From b1b93966948ee71a3a2d72ce9f9a98a6a29c64a0 Mon Sep 17 00:00:00 2001 From: jhj0517 <97279763+jhj0517@users.noreply.github.com> Date: Fri, 4 Oct 2024 19:58:31 +0900 Subject: [PATCH] Downgrade torch --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9825cc8a..9f8d5e0b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,10 +2,11 @@ # If you're using it, update url to your CUDA version (CUDA 12.1 is minimum requirement): # For CUDA 12.1, use : https://download.pytorch.org/whl/cu121 # For CUDA 12.4, use : https://download.pytorch.org/whl/cu124 ---extra-index-url https://download.pytorch.org/whl/cu124 +--extra-index-url https://download.pytorch.org/whl/cu121 -torch +torch==2.3.1 +torchaudio==2.3.1 git+https://github.com/jhj0517/jhj0517-whisper.git faster-whisper==1.0.3 transformers==4.42.3