mirror of
https://github.com/openai/whisper.git
synced 2025-11-26 15:35:57 +00:00
Update to requirements.txt
Added latest versions that can be used for running application. This is just a small change for user convenience
This commit is contained in:
parent
ba3f3cd54b
commit
ecf6380ad0
@ -1,7 +1,7 @@
|
||||
numba
|
||||
numpy
|
||||
torch
|
||||
tqdm
|
||||
more-itertools
|
||||
tiktoken
|
||||
triton>=2.0.0,<3;platform_machine=="x86_64" and sys_platform=="linux" or sys_platform=="linux2"
|
||||
numba==0.59.0 #latest version
|
||||
numpy==1.26.4 #latest version
|
||||
torch==2.2.1 #latest version
|
||||
tqdm==4.66.2 #latest version
|
||||
more-itertools==10.2.0 #latest version
|
||||
tiktoken==0.6.0 #latest version
|
||||
triton>=2.0.0,<3; platform_machine == "x86_64" and sys_platform == "linux"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user