fix sampling issue (#4871)

This commit is contained in:
Yineng Zhang
2025-03-28 14:07:21 -07:00
committed by GitHub
parent 72549263c6
commit 2bb0e7cf43

View File

@@ -41,8 +41,8 @@ FetchContent_Declare(
FetchContent_Populate(repo-deepgemm) FetchContent_Populate(repo-deepgemm)
FetchContent_Declare( FetchContent_Declare(
repo-flashinfer repo-flashinfer
GIT_REPOSITORY https://github.com/flashinfer-ai/flashinfer GIT_REPOSITORY https://github.com/sgl-project/flashinfer
GIT_TAG 79fd1ae90d9b8098ca70dec6071da96f3f6da7b9 GIT_TAG sgl-kernel
GIT_SHALLOW OFF GIT_SHALLOW OFF
) )
FetchContent_Populate(repo-flashinfer) FetchContent_Populate(repo-flashinfer)