whisper-webui-translate / requirements.txt
avans06's picture
Set the maximum height of the gr.Dropdown menu to 500px.
0a8039c
raw
history blame contribute delete
603 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.16.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
pyannote.audio
# Needed by ALMA-GPTQ
accelerate
auto-gptq
optimum
# Needed by ALMA-GGUL
ctransformers[cuda]
# Needed by load_in_4bit parameters in transformers
bitsandbytes