From bd875d2eb71b130cbc2b68bf0e2dd285f5c7348d Mon Sep 17 00:00:00 2001 From: Thomas Parnell Date: Sat, 9 Aug 2025 01:10:25 +0200 Subject: [PATCH] [Bugfix] Update FA commit hash (#22546) Signed-off-by: Thomas Parnell --- cmake/external_projects/vllm_flash_attn.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/external_projects/vllm_flash_attn.cmake b/cmake/external_projects/vllm_flash_attn.cmake index 59b99e9e207a8..d24d8e8e5e795 100644 --- a/cmake/external_projects/vllm_flash_attn.cmake +++ b/cmake/external_projects/vllm_flash_attn.cmake @@ -38,7 +38,7 @@ else() FetchContent_Declare( vllm-flash-attn GIT_REPOSITORY https://github.com/vllm-project/flash-attention.git - GIT_TAG 6dbc6e011a3ebe9349eeb74578940dd7095436ba + GIT_TAG 93cf5a08f421a3efd0c4a7e005ef8f742b578ce0 GIT_PROGRESS TRUE # Don't share the vllm-flash-attn build between build types BINARY_DIR ${CMAKE_BINARY_DIR}/vllm-flash-attn