mirror of
https://github.com/openai/whisper.git
synced 2025-03-30 14:28:27 +00:00

* Relax triton requirements for compatibility with pytorch 2.4 and newer Similar to https://github.com/openai/whisper/pull/1802, but now when pytorch upgrades to 2.4, it requires triton==3.0.0. I am not sure if it makes sense to remove the upper bound version constraints * Update requirements.txt
8 lines
140 B
Plaintext
8 lines
140 B
Plaintext
numba
|
|
numpy
|
|
torch
|
|
tqdm
|
|
more-itertools
|
|
tiktoken
|
|
triton>=2.0.0;platform_machine=="x86_64" and sys_platform=="linux" or sys_platform=="linux2"
|