diff --git a/pyproject.toml b/pyproject.toml index 0862a79..cf09dc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]