From 1d90f3587984b169fdda750e5dd602f44fc8b3a4 Mon Sep 17 00:00:00 2001 From: drisspg Date: Sun, 11 Jan 2026 18:03:37 +0000 Subject: [PATCH] [CUTE] Bump cutedsl to 4.3.5 stack-info: PR: https://github.com/Dao-AILab/flash-attention/pull/2170, branch: drisspg/stack/1 --- flash_attn/cute/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flash_attn/cute/pyproject.toml b/flash_attn/cute/pyproject.toml index 619ae2c5db9..1503556c122 100644 --- a/flash_attn/cute/pyproject.toml +++ b/flash_attn/cute/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ ] dependencies = [ - "nvidia-cutlass-dsl>=4.3.4,<4.4.0", + "nvidia-cutlass-dsl>=4.3.5,<4.4.0", "torch", "einops", "typing_extensions",