mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-24 00:12:08 +00:00
missing arg
This commit is contained in:
parent
29341dcc6d
commit
56de96abe9
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user