Revert "[NVIDIA] BUMP FA3 (#11444)" (#11582)

This commit is contained in:
Yineng Zhang
2025-10-13 20:51:45 -07:00
committed by GitHub
parent 28f80b1244
commit f792e3c561
4 changed files with 66 additions and 75 deletions

View File

@@ -90,7 +90,7 @@ FetchContent_Populate(repo-flashinfer)
FetchContent_Declare(
repo-flash-attention
GIT_REPOSITORY https://github.com/sgl-project/sgl-attn
GIT_TAG 36f9456cd48ec57c8d75d8d6b90933d4bedffb6b
GIT_TAG f9af0c2a1d82ab1812e6987e9338363cc2bf0f8d
GIT_SHALLOW OFF
)
FetchContent_Populate(repo-flash-attention)
@@ -99,7 +99,7 @@ FetchContent_Populate(repo-flash-attention)
FetchContent_Declare(
repo-flash-attention-origin
GIT_REPOSITORY https://github.com/Dao-AILab/flash-attention.git
GIT_TAG 5a5a65b48dc99fc7483d2a7d5cfb1d8befa89389
GIT_TAG 203b9b3dba39d5d08dffb49c09aa622984dff07d
GIT_SHALLOW OFF
)
FetchContent_Populate(repo-flash-attention-origin)