mirror of
https://github.com/openai/whisper.git
synced 2025-11-24 06:26:03 +00:00
triton>=2; python_version<'3.13'
This commit is contained in:
parent
6e612b6b93
commit
e4b37b6829
@ -29,7 +29,7 @@ dependencies = [
|
||||
"tiktoken",
|
||||
"torch",
|
||||
"tqdm",
|
||||
"triton>=2; (platform_machine=='x86_64' and sys_platform=='linux') or sys_platform=='linux2'",
|
||||
"triton>=2; python_version<'3.13' and (platform_machine=='x86_64' and sys_platform=='linux') or sys_platform=='linux2'",
|
||||
]
|
||||
optional-dependencies.dev = [ "black", "flake8", "isort", "pytest", "scipy" ]
|
||||
urls = { Homepage = "https://github.com/openai/whisper" }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user