From 2bb0e7cf43a3717e8ff1182af141dab6ef5b3345 Mon Sep 17 00:00:00 2001 From: Yineng Zhang Date: Fri, 28 Mar 2025 14:07:21 -0700 Subject: [PATCH] fix sampling issue (#4871) --- sgl-kernel/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sgl-kernel/CMakeLists.txt b/sgl-kernel/CMakeLists.txt index c678614f5..f646cc873 100644 --- a/sgl-kernel/CMakeLists.txt +++ b/sgl-kernel/CMakeLists.txt @@ -41,8 +41,8 @@ FetchContent_Declare( FetchContent_Populate(repo-deepgemm) FetchContent_Declare( repo-flashinfer - GIT_REPOSITORY https://github.com/flashinfer-ai/flashinfer - GIT_TAG 79fd1ae90d9b8098ca70dec6071da96f3f6da7b9 + GIT_REPOSITORY https://github.com/sgl-project/flashinfer + GIT_TAG sgl-kernel GIT_SHALLOW OFF ) FetchContent_Populate(repo-flashinfer)