remove triton <3 condition

This commit is contained in:
Quentin Fuxa 2025-08-27 20:44:39 +02:00
parent 9895bc83bf
commit 19765e89e9

View file

@ -31,7 +31,7 @@ dependencies = [
"torch",
"tqdm",
"tiktoken",
'triton>=2.0.0,<3; platform_machine == "x86_64" and (sys_platform == "linux" or sys_platform == "linux2")'
'triton>=2.0.0; platform_machine == "x86_64" and (sys_platform == "linux" or sys_platform == "linux2")'
]
[project.optional-dependencies]