From 2cb6ef8996320273705933d5b24fc6674eb95de8 Mon Sep 17 00:00:00 2001 From: Lucas Wilkinson Date: Wed, 6 Aug 2025 11:03:03 -0400 Subject: [PATCH] [BugFix] Fix FA2 RuntimeError when sinks is provided (#22365) Signed-off-by: LucasWilkinson --- 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 4eb4b464a2164..59b99e9e207a8 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 b99f8c821771fd11feb66d5c89661e9858fde359 + GIT_TAG 6dbc6e011a3ebe9349eeb74578940dd7095436ba GIT_PROGRESS TRUE # Don't share the vllm-flash-attn build between build types BINARY_DIR ${CMAKE_BINARY_DIR}/vllm-flash-attn