allow lots of args

This commit is contained in:
Austin Glover
2026-03-25 23:44:11 +00:00
parent 90a66ac704
commit 1ea872bd2a

View File

@@ -165,6 +165,7 @@ fn swiglu_mlp_ref(
(gate * up).unwrap().matmul(&w_down.t().unwrap()).unwrap()
}
#[allow(clippy::too_many_arguments)]
fn transformer_layer_ref(
x: &CandleTensor,
attn_norm_w: &CandleTensor,