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 9be34de commit d89987fCopy full SHA for d89987f
CMakeLists.txt
@@ -371,11 +371,10 @@ endif()
371
if(VLLM_FLASH_ATTN_SRC_DIR)
372
FetchContent_Declare(vllm-flash-attn SOURCE_DIR ${VLLM_FLASH_ATTN_SRC_DIR})
373
else()
374
- # TODO(luka) use vllm-project version
375
FetchContent_Declare(
376
vllm-flash-attn
377
- GIT_REPOSITORY https://github.com/neuralmagic/flash-attention.git
378
- GIT_TAG 2b29222280edc4d48fcadecffa0223840ea6de83
+ GIT_REPOSITORY https://github.com/vllm-project/flash-attention.git
+ GIT_TAG 013f0c4fc47e6574060879d9734c1df8c5c273bd
379
GIT_PROGRESS TRUE
380
)
381
endif()
0 commit comments