mirror of
https://github.com/openai/whisper.git
synced 2025-11-28 00:03:40 +00:00
13 lines
313 B
Plaintext
13 lines
313 B
Plaintext
# Existing requirements
|
|
numba
|
|
numpy
|
|
torch
|
|
tqdm
|
|
more-itertools
|
|
tiktoken
|
|
triton>=2.0.0;platform_machine=="x86_64" and sys_platform=="linux" or sys_platform=="linux2"
|
|
|
|
# Additional requirements for this project
|
|
streamlit
|
|
googletrans==4.0.0-rc1
|
|
whisper # This should resolve the required Whisper dependencies as well |