mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
cleanup
This commit is contained in:
@@ -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)"):
|
||||
|
||||
Reference in New Issue
Block a user