Always set sdpa params

This commit is contained in:
Disty0
2025-06-11 21:43:48 +03:00
parent 5cefa64a60
commit dd84fb541f
-2
View File
@@ -426,8 +426,6 @@ def override_ipex_math():
def set_sdpa_params():
try:
if opts.cross_attention_optimization != "Scaled-Dot-Product":
return
try:
global sdpa_original # pylint: disable=global-statement
if sdpa_original is not None: