From 4853d9bfb7b96f6b3b7d095402879778eb27e162 Mon Sep 17 00:00:00 2001 From: j Date: Fri, 24 Jan 2025 11:50:41 +0530 Subject: [PATCH] update depends --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c7eb6a..932199e 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ add "transcribe" to LOCAL_APPS in local_setttings.py apt install portaudio19-dev python3 -m venv venv /opt/whisper-timestamped/ /opt/whisper-timestamped/bin/pip install \ - torch==1.13.1+cpu \ - torchaudio==0.13.1+cpu \ + torch==2.3.1+cpu \ + torchaudio==2.3.1+cpu \ -f https://download.pytorch.org/whl/torch_stable.html /opt/whisper-timestamped/bin/pip install whisper-timestamped transformers auditok