From 9df3db98c47f408526b3149685159f9e13060144 Mon Sep 17 00:00:00 2001 From: Lucas Wilkinson Date: Sun, 26 Jan 2025 01:43:30 +0000 Subject: [PATCH] fix perf regression Signed-off-by: Lucas Wilkinson --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c954731bf94e..921f5dc7de9c 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -576,7 +576,7 @@ else() FetchContent_Declare( vllm-flash-attn GIT_REPOSITORY https://github.com/vllm-project/flash-attention.git - GIT_TAG 9732b0ce005d1e6216864788502d5570004678f5 + GIT_TAG d4e09037abf588af1ec47d0e966b237ee376876c GIT_PROGRESS TRUE # Don't share the vllm-flash-attn build between build types BINARY_DIR ${CMAKE_BINARY_DIR}/vllm-flash-attn