Unverified Commit 0d06b533 authored by Eli Uriegas's avatar Eli Uriegas Committed by GitHub
Browse files

cmake: Update vllm_flash_attn for vllm_kernels (#20032)


Signed-off-by: default avatarEli Uriegas <eliuriegas@meta.com>
parent c01d1c5a
...@@ -38,7 +38,7 @@ else() ...@@ -38,7 +38,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 2c6bcfc0feb3d9d4a57b243fc159a68aa9933f5b GIT_TAG 5f3644181c7a15345ce20bfc65af117d3601b524
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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment