We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f703b92 commit bd875d2Copy full SHA for bd875d2
cmake/external_projects/vllm_flash_attn.cmake
@@ -38,7 +38,7 @@ else()
38
FetchContent_Declare(
39
vllm-flash-attn
40
GIT_REPOSITORY https://github.com/vllm-project/flash-attention.git
41
- GIT_TAG 6dbc6e011a3ebe9349eeb74578940dd7095436ba
+ GIT_TAG 93cf5a08f421a3efd0c4a7e005ef8f742b578ce0
42
GIT_PROGRESS TRUE
43
# Don't share the vllm-flash-attn build between build types
44
BINARY_DIR ${CMAKE_BINARY_DIR}/vllm-flash-attn
0 commit comments