From a3c2ea445194c804ec77302dff4d6f59e34eee2d Mon Sep 17 00:00:00 2001 From: Mick Date: Thu, 9 Oct 2025 06:50:44 +0800 Subject: [PATCH] fix: fix revision for sgl-flash-attn in sgl-kernel (#11327) --- sgl-kernel/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sgl-kernel/CMakeLists.txt b/sgl-kernel/CMakeLists.txt index f3a6a94fb..e78ca8783 100644 --- a/sgl-kernel/CMakeLists.txt +++ b/sgl-kernel/CMakeLists.txt @@ -90,7 +90,7 @@ FetchContent_Populate(repo-flashinfer) FetchContent_Declare( repo-flash-attention GIT_REPOSITORY https://github.com/sgl-project/sgl-attn - GIT_TAG sgl-kernel + GIT_TAG f9af0c2a1d82ab1812e6987e9338363cc2bf0f8d GIT_SHALLOW OFF ) FetchContent_Populate(repo-flash-attention)