From 19765e89e93365665a816257aba1b826fb5c7b12 Mon Sep 17 00:00:00 2001 From: Quentin Fuxa Date: Wed, 27 Aug 2025 20:44:39 +0200 Subject: [PATCH] remove triton <3 condition --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]