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 b2cf70e commit 8347c6eCopy full SHA for 8347c6e
1 file changed
cmake/external_projects/vllm_flash_attn.cmake
@@ -39,7 +39,7 @@ else()
39
FetchContent_Declare(
40
vllm-flash-attn
41
GIT_REPOSITORY https://github.com/vllm-project/flash-attention.git
42
- GIT_TAG 2c839c33742309ec41e620bf837495ec9926c56e
+ GIT_TAG b3964b1d8b95d8e8447435668ab169a2700bab65
43
GIT_PROGRESS TRUE
44
# Don't share the vllm-flash-attn build between build types
45
BINARY_DIR ${CMAKE_BINARY_DIR}/vllm-flash-attn
0 commit comments