Rename CK Flash attention to just Flash attention

This commit is contained in:
Disty0
2025-11-08 23:24:40 +03:00
parent a93715e0da
commit 2bbbb684cc
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -477,7 +477,7 @@ def set_sdpa_params():
if 'Triton Flash attention' in opts.sdp_overrides:
attention.set_triton_flash_attention(backend)
if 'CK Flash attention' in opts.sdp_overrides:
if 'Flash attention' in opts.sdp_overrides:
attention.set_ck_flash_attention(backend, device)
if 'Sage attention' in opts.sdp_overrides: