Fix flashinfer version in sgl-kernel (#10135)

This commit is contained in:
Lianmin Zheng
2025-09-07 12:54:07 -07:00
committed by GitHub
parent e719bb0e84
commit 76a2c86b88
2 changed files with 6 additions and 2 deletions

View File

@@ -81,7 +81,7 @@ FetchContent_Populate(repo-triton)
FetchContent_Declare(
repo-flashinfer
GIT_REPOSITORY https://github.com/flashinfer-ai/flashinfer.git
GIT_TAG 018b551825c8e5579206e6eb9d3229fa679202b3
GIT_TAG 1a85c439a064c1609568675aa580a409a53fb183
GIT_SHALLOW OFF
)
FetchContent_Populate(repo-flashinfer)