From 9a32759a46af522d97eb6745c6fde49978f681d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 01:16:13 +0000 Subject: [PATCH] Bump triton from 3.3.0 to 3.5.0 Bumps [triton](https://github.com/triton-lang/triton) from 3.3.0 to 3.5.0. - [Release notes](https://github.com/triton-lang/triton/releases) - [Changelog](https://github.com/triton-lang/triton/blob/main/RELEASE.md) - [Commits](https://github.com/triton-lang/triton/compare/v3.3.0...v3.5.0) --- updated-dependencies: - dependency-name: triton dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 506960c..001655c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -31,7 +31,7 @@ uvicorn[standard]==0.34.3 xformers==0.0.30 # flash_attn==2.7.3; sys_platform == 'linux' triton-windows==3.3.1.post19; sys_platform == 'win32' -triton==3.3.0; sys_platform == 'linux' +triton==3.5.0; sys_platform == 'linux' # ——— Linux wheels ——— nunchaku @ https://huggingface.co/mit-han-lab/nunchaku/resolve/main/nunchaku-0.3.1+torch2.7-cp310-cp310-linux_x86_64.whl; sys_platform == "linux" and python_version == "3.10"