This commit is contained in:
Dity0
2026-08-10 13:42:47 +03:00
parent ab36b8c25d
commit 2c8c591a50
+1 -1
View File
@@ -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)"):