mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-04 08:57:54 +08:00
[Bugfix] FA2 illegal memory access (#12848)
This commit is contained in:
parent
b260782357
commit
ef533d25fb
@ -581,7 +581,7 @@ else()
|
|||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
vllm-flash-attn
|
vllm-flash-attn
|
||||||
GIT_REPOSITORY https://github.com/vllm-project/flash-attention.git
|
GIT_REPOSITORY https://github.com/vllm-project/flash-attention.git
|
||||||
GIT_TAG d4e09037abf588af1ec47d0e966b237ee376876c
|
GIT_TAG 720c94869cf2e0ff5a706e9c7f1dce0939686ade
|
||||||
GIT_PROGRESS TRUE
|
GIT_PROGRESS TRUE
|
||||||
# Don't share the vllm-flash-attn build between build types
|
# Don't share the vllm-flash-attn build between build types
|
||||||
BINARY_DIR ${CMAKE_BINARY_DIR}/vllm-flash-attn
|
BINARY_DIR ${CMAKE_BINARY_DIR}/vllm-flash-attn
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user