Skip to content

Commit d89987f

Browse files
committed
Merged version of vllm-flash-attn
1 parent 9be34de commit d89987f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -371,11 +371,10 @@ endif()
371371
if(VLLM_FLASH_ATTN_SRC_DIR)
372372
FetchContent_Declare(vllm-flash-attn SOURCE_DIR ${VLLM_FLASH_ATTN_SRC_DIR})
373373
else()
374-
# TODO(luka) use vllm-project version
375374
FetchContent_Declare(
376375
vllm-flash-attn
377-
GIT_REPOSITORY https://github.com/neuralmagic/flash-attention.git
378-
GIT_TAG 2b29222280edc4d48fcadecffa0223840ea6de83
376+
GIT_REPOSITORY https://github.com/vllm-project/flash-attention.git
377+
GIT_TAG 013f0c4fc47e6574060879d9734c1df8c5c273bd
379378
GIT_PROGRESS TRUE
380379
)
381380
endif()

0 commit comments

Comments
 (0)