make it run

This commit is contained in:
j 2024-07-07 15:46:41 +01:00
commit 7567f1ffe2
2 changed files with 16 additions and 6 deletions

View file

@ -9,6 +9,14 @@ use whisper_timestamped to add automatic transcriptions to pan.do/ra
add "transcribe" to LOCAL_APPS in local_setttings.py
## install whisper_timestamped
python3 -m venv venv /opt/whisper-timestamped/
/opt/whisper-timestamped/bin/pip install \
torch==1.13.1+cpu \
torchaudio==0.13.1+cpu \
-f https://download.pytorch.org/whl/torch_stable.html
/opt/whisper-timestamped/bin/pip install whisper-timestamped
## configuration