mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
Add SDNQ attention
This commit is contained in:
@@ -530,6 +530,9 @@ def set_sdpa_params():
|
||||
if 'Sage attention' in opts.sdp_overrides:
|
||||
attention.set_sage_attention(backend, device)
|
||||
|
||||
if 'SDNQ attention' in opts.sdp_overrides:
|
||||
attention.set_sdnq_attention()
|
||||
|
||||
from importlib.metadata import version
|
||||
try:
|
||||
flash = version('flash-attn')
|
||||
|
||||
Reference in New Issue
Block a user