whisper-webui-translate / requirements-fasterWhisper.txt
avans06's picture
Update the versions of torch, torchaudio, and gradio in requirements.txt.
4abae29
raw
history blame
662 Bytes
--extra-index-url https://download.pytorch.org/whl/cu124
transformers>=4.45.2
ctranslate2>=4.4.0
faster-whisper>=1.0.3
ffmpeg-python==0.2.0
gradio==5.15.0
yt-dlp
json5
torch==2.5.0+cu124; sys_platform != 'darwin'
torchaudio==2.5.0+cu124; sys_platform != 'darwin'
torch==2.5.0; sys_platform == 'darwin'
torchaudio==2.5.0; sys_platform == 'darwin'
more_itertools
zhconv
sentencepiece
# Needed by diarization
intervaltree
srt
https://github.com/pyannote/pyannote-audio/archive/refs/heads/develop.zip
# Needed by ALMA-GPTQ
accelerate
auto-gptq
optimum
# Needed by ALMA-GGUL
ctransformers[cuda]
# Needed by load_in_4bit parameters in transformers
bitsandbytes