Update llama.py
This commit is contained in:
parent
fa02ce1401
commit
06d40574dc
1 changed files with 1 additions and 1 deletions
|
|
@ -389,7 +389,7 @@ def LlamaAttention_fast_forward(
|
|||
if position_ids is None
|
||||
else inplace_rope_embedding(Q, K, cos, sin, position_ids)
|
||||
)
|
||||
print(392, Q.dtype, K.dtype)
|
||||
print(392, Q.dtype, K.dtype, position_ids)
|
||||
|
||||
if past_key_value is not None:
|
||||
K = torch.cat([past_key_value[0], K], dim = 2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue