From d217d94a2c12307aaba2550e1e22148134c04cb8 Mon Sep 17 00:00:00 2001 From: Matthew Leon Date: Thu, 4 Sep 2025 14:50:37 -0700 Subject: [PATCH] Point flash attention reference to kernelize repo This commit updates the flash-attention repo reference to the kernelize flash attention repo Signed-off-by: Matthew Leon --- cmake/external_projects/vllm_flash_attn.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/external_projects/vllm_flash_attn.cmake b/cmake/external_projects/vllm_flash_attn.cmake index 3d32121f13ac..b7cc28cf518d 100644 --- a/cmake/external_projects/vllm_flash_attn.cmake +++ b/cmake/external_projects/vllm_flash_attn.cmake @@ -37,7 +37,7 @@ if(VLLM_FLASH_ATTN_SRC_DIR) else() FetchContent_Declare( vllm-flash-attn - GIT_REPOSITORY https://github.com/vllm-project/flash-attention.git + GIT_REPOSITORY https://github.com/kernelize-ai/flash-attention.git GIT_TAG ee4d25bd84e0cbc7e0b9b9685085fd5db2dcb62a GIT_PROGRESS TRUE # Don't share the vllm-flash-attn build between build types