make it run
This commit is contained in:
parent
6f4e127d06
commit
7567f1ffe2
2 changed files with 16 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue