mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
d556544b30
attention() takes (q, k, v, attention_bias, layer_past, to_compute_mask) and has no use_cache parameter. Three of the four call sites still pass use_cache=, which raises TypeError; only LLaDALlamaBlock's non-checkpointed branch -- the path the shipped block_type=llama config takes -- is correct.