Unverified Commit 2bb0e7cf authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

fix sampling issue (#4871)

parent 72549263
...@@ -41,8 +41,8 @@ FetchContent_Declare( ...@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment