From 0035f1cefaa8f4ca95ed388cb0af11c376ec63d9 Mon Sep 17 00:00:00 2001 From: Swipe4057 <106391009+Swipe4057@users.noreply.github.com> Date: Fri, 26 Sep 2025 01:44:48 +0300 Subject: [PATCH] fix env flashinfer (#10910) --- python/pyproject_other.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/pyproject_other.toml b/python/pyproject_other.toml index 0b05030df..cebe0abf0 100755 --- a/python/pyproject_other.toml +++ b/python/pyproject_other.toml @@ -70,7 +70,7 @@ srt = [ "torchaudio==2.8.0", "torchvision", "cuda-python", - "flashinfer_python==0.3.1", + "flashinfer_python==0.4.0rc1", ] blackwell = [ @@ -80,7 +80,7 @@ blackwell = [ "torchaudio==2.8.0", "torchvision", "cuda-python", - "flashinfer_python==0.3.1", + "flashinfer_python==0.4.0rc1", "nvidia-cutlass-dsl==4.2.0", ]