update depends
This commit is contained in:
parent
5e53ad8556
commit
4853d9bfb7
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ add "transcribe" to LOCAL_APPS in local_setttings.py
|
||||||
apt install portaudio19-dev
|
apt install portaudio19-dev
|
||||||
python3 -m venv venv /opt/whisper-timestamped/
|
python3 -m venv venv /opt/whisper-timestamped/
|
||||||
/opt/whisper-timestamped/bin/pip install \
|
/opt/whisper-timestamped/bin/pip install \
|
||||||
torch==1.13.1+cpu \
|
torch==2.3.1+cpu \
|
||||||
torchaudio==0.13.1+cpu \
|
torchaudio==2.3.1+cpu \
|
||||||
-f https://download.pytorch.org/whl/torch_stable.html
|
-f https://download.pytorch.org/whl/torch_stable.html
|
||||||
/opt/whisper-timestamped/bin/pip install whisper-timestamped transformers auditok
|
/opt/whisper-timestamped/bin/pip install whisper-timestamped transformers auditok
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue