From e59191354fbcb5525959113910038dd71d3157d9 Mon Sep 17 00:00:00 2001 From: Matthew Bonanni Date: Sat, 30 May 2026 07:35:52 -0500 Subject: [PATCH 1/2] Update GIT_TAG Signed-off-by: Matthew Bonanni --- cmake/external_projects/vllm_flash_attn.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake/external_projects/vllm_flash_attn.cmake b/cmake/external_projects/vllm_flash_attn.cmake index b38917a7b0b5..20402169b45c 100644 --- a/cmake/external_projects/vllm_flash_attn.cmake +++ b/cmake/external_projects/vllm_flash_attn.cmake @@ -31,15 +31,15 @@ endif() if(VLLM_FLASH_ATTN_SRC_DIR) FetchContent_Declare( - vllm-flash-attn SOURCE_DIR + vllm-flash-attn SOURCE_DIR ${VLLM_FLASH_ATTN_SRC_DIR} BINARY_DIR ${CMAKE_BINARY_DIR}/vllm-flash-attn ) else() FetchContent_Declare( vllm-flash-attn - GIT_REPOSITORY https://github.com/vllm-project/flash-attention.git - GIT_TAG bce29425653ec0fbc579d329883030e832d15ada + GIT_REPOSITORY https://github.com/MatthewBonanni/flash-attention.git + GIT_TAG 4569a8ad624fb749d51e72083c17f75ba6c866f4 GIT_PROGRESS TRUE # Don't share the vllm-flash-attn build between build types BINARY_DIR ${CMAKE_BINARY_DIR}/vllm-flash-attn From 222c08311ee43ac20a61f1dc288e92c4186cc4bd Mon Sep 17 00:00:00 2001 From: Matthew Bonanni Date: Sat, 30 May 2026 13:45:14 -0500 Subject: [PATCH 2/2] Update GIT_TAG Signed-off-by: Matthew Bonanni --- cmake/external_projects/vllm_flash_attn.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/external_projects/vllm_flash_attn.cmake b/cmake/external_projects/vllm_flash_attn.cmake index 20402169b45c..1e4feb0ff9eb 100644 --- a/cmake/external_projects/vllm_flash_attn.cmake +++ b/cmake/external_projects/vllm_flash_attn.cmake @@ -38,8 +38,8 @@ if(VLLM_FLASH_ATTN_SRC_DIR) else() FetchContent_Declare( vllm-flash-attn - GIT_REPOSITORY https://github.com/MatthewBonanni/flash-attention.git - GIT_TAG 4569a8ad624fb749d51e72083c17f75ba6c866f4 + GIT_REPOSITORY https://github.com/vllm-project/flash-attention.git + GIT_TAG dd62dac706b1cf7895bd99b18c6cb7e7e117ee25 GIT_PROGRESS TRUE # Don't share the vllm-flash-attn build between build types BINARY_DIR ${CMAKE_BINARY_DIR}/vllm-flash-attn