Skip to content

Commit bd875d2

Browse files
authored
[Bugfix] Update FA commit hash (#22546)
Signed-off-by: Thomas Parnell <[email protected]>
1 parent f703b92 commit bd875d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/external_projects/vllm_flash_attn.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ else()
3838
FetchContent_Declare(
3939
vllm-flash-attn
4040
GIT_REPOSITORY https://github.com/vllm-project/flash-attention.git
41-
GIT_TAG 6dbc6e011a3ebe9349eeb74578940dd7095436ba
41+
GIT_TAG 93cf5a08f421a3efd0c4a7e005ef8f742b578ce0
4242
GIT_PROGRESS TRUE
4343
# Don't share the vllm-flash-attn build between build types
4444
BINARY_DIR ${CMAKE_BINARY_DIR}/vllm-flash-attn

0 commit comments

Comments
 (0)