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 12782c2 commit 361ab7cCopy full SHA for 361ab7c
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 8798f27777fb57f447070301bf33a9f9c607f491
+ GIT_TAG 763ad155a1c826f71ff318f41edb1e4e5e376ddb
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