Skip to content

Commit 7493827

Browse files
LucasWilkinsonSzymonOzog
authored andcommitted
[Bugfix] FA2 illegal memory access (vllm-project#12848)
Signed-off-by: SzymonOzog <[email protected]>
1 parent ce1da76 commit 7493827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ else()
581581
FetchContent_Declare(
582582
vllm-flash-attn
583583
GIT_REPOSITORY https://github.com/vllm-project/flash-attention.git
584-
GIT_TAG d4e09037abf588af1ec47d0e966b237ee376876c
584+
GIT_TAG 720c94869cf2e0ff5a706e9c7f1dce0939686ade
585585
GIT_PROGRESS TRUE
586586
# Don't share the vllm-flash-attn build between build types
587587
BINARY_DIR ${CMAKE_BINARY_DIR}/vllm-flash-attn

0 commit comments

Comments
 (0)