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 16bff14 commit 292084eCopy full SHA for 292084e
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 2d3b7508f67ad976f781e2042ace676419dd78dd
+ GIT_TAG 57b4e68b9f9d94750b46de8f8dbd2bfcc86edd4f
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