mirror of
https://github.com/vladmandic/automatic
synced 2026-08-30 17:11:00 +02:00
028e892104
Qwen3.5 runs most of its layers as gated delta linear attention. Without flash-linear-attention, transformers falls back to a per-token torch loop that runs sequentially over prefill and decode, so a caption takes minutes with no indication of why.