mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
Rename CK Flash attention to just Flash attention
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user