Commit 56de96ab authored by OlivierDehaene's avatar OlivierDehaene
Browse files

missing arg

No related merge requests found
......@@ -363,6 +363,7 @@ class Block(nn.Module):
slots,
input_lengths,
max_s,
prefill_cache_indices
):
hidden_states, residual = self.ln_1(hidden_states, residual)
hidden_states = self.attn(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment