use large-v3-turbo

This commit is contained in:
j 2025-01-24 10:18:25 +05:30
commit 2fa33c0902
3 changed files with 4 additions and 3 deletions

View file

@ -11,12 +11,13 @@ add "transcribe" to LOCAL_APPS in local_setttings.py
## install whisper_timestamped
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 \
-f https://download.pytorch.org/whl/torch_stable.html
/opt/whisper-timestamped/bin/pip install whisper-timestamped
/opt/whisper-timestamped/bin/pip install whisper-timestamped transformers auditok
## configuration