From 306417953d251c09018ab5e4e2955a5d64c88de7 Mon Sep 17 00:00:00 2001 From: LucasWilkinson Date: Thu, 6 Feb 2025 15:01:03 -0500 Subject: [PATCH] update vLLM flash attention Signed-off-by: LucasWilkinson --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c823c9ff895c..b99061dfde4f 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