fix: use latest flashinfer (#10428)

This commit is contained in:
Yineng Zhang
2025-09-14 15:07:14 -07:00
committed by GitHub
parent 4c21b09074
commit 55025b9282

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 bc29697ba20b7e6bdb728ded98f04788e16ee021
GIT_SHALLOW OFF
)
FetchContent_Populate(repo-flashinfer)