Update llama.py
This commit is contained in:
parent
5c927e4930
commit
92512e670e
1 changed files with 1 additions and 0 deletions
|
|
@ -105,6 +105,7 @@ def LlamaAttention_fast_forward_inference(
|
|||
Xn = hidden_states
|
||||
bsz, _, _ = hidden_states.size()
|
||||
K1, V1 = past_key_value
|
||||
print(1)
|
||||
|
||||
n_heads = self.num_heads
|
||||
n_groups = self.num_key_value_groups
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue