Update llama.py
This commit is contained in:
parent
1793a16c8f
commit
e791db9b06
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ def LlamaAttention_fast_forward_inference(
|
|||
Xn = hidden_states
|
||||
bsz, _, hd = hidden_states.size()
|
||||
K1, V1 = past_key_value
|
||||
dtype = X.dtype
|
||||
dtype = Xn.dtype
|
||||
|
||||
n_heads = self.num_heads
|
||||
n_groups = self.num_key_value_groups
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue