chore: upgrade flashinfer v0.2.9 (#8780)

This commit is contained in:
Yineng Zhang
2025-08-04 21:59:18 -07:00
committed by GitHub
parent 354ac43555
commit 1ea94d3b92
2 changed files with 3 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ srt = [
"torchvision==0.22.1",
"cuda-python",
"einops",
"flashinfer_python==0.2.9rc2",
"flashinfer_python==0.2.9",
]
blackwell = [
@@ -71,7 +71,7 @@ blackwell = [
"torchvision==0.22.1",
"cuda-python",
"einops",
"flashinfer_python==0.2.9rc2",
"flashinfer_python==0.2.9",
"tiktoken",
]