From 2c8c591a503ae1c3b506174ded20521b6f2f7a01 Mon Sep 17 00:00:00 2001 From: Dity0 Date: Mon, 10 Aug 2026 13:42:47 +0300 Subject: [PATCH] cleanup --- cli/sdnq-attention-benchmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/sdnq-attention-benchmark.py b/cli/sdnq-attention-benchmark.py index 2b28d0dd8..c13d7ee2a 100755 --- a/cli/sdnq-attention-benchmark.py +++ b/cli/sdnq-attention-benchmark.py @@ -873,7 +873,7 @@ def probe_compiled_prep(): # must run before any other sdnq_triton_atten call: a prior eager run masks the # cold-start failure the webui hits from sdnq.common import use_torch_compile - if use_torch_compile: + if not use_torch_compile: return "disabled", None q, k, v = make_qkv(1, 2, 256, 64, structured=False) with console.status("probing compiled input prep (compiles on first run, cached afterwards)"):