triton>=2; python_version<'3.13'

This commit is contained in:
Christian Clauss 2025-01-04 16:54:35 +01:00
parent 6e612b6b93
commit e4b37b6829

View File

@ -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" }