From ef533d25fba4b5ef8b4da9369de718c0773b9bce Mon Sep 17 00:00:00 2001 From: Lucas Wilkinson Date: Thu, 6 Feb 2025 22:54:07 -0500 Subject: [PATCH] [Bugfix] FA2 illegal memory access (#12848) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c823c9ff895c3..b99061dfde4fd 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -581,7 +581,7 @@ else() FetchContent_Declare( vllm-flash-attn GIT_REPOSITORY https://github.com/vllm-project/flash-attention.git - GIT_TAG d4e09037abf588af1ec47d0e966b237ee376876c + GIT_TAG 720c94869cf2e0ff5a706e9c7f1dce0939686ade GIT_PROGRESS TRUE # Don't share the vllm-flash-attn build between build types BINARY_DIR ${CMAKE_BINARY_DIR}/vllm-flash-attn