Update gemma.py
This commit is contained in:
parent
b85b45e7a0
commit
66a4380d08
1 changed files with 0 additions and 1 deletions
|
|
@ -98,7 +98,6 @@ def GemmaAttention_fast_forward(
|
|||
Q, K = fast_rope_embedding(Q, K, cos, sin)
|
||||
else:
|
||||
cos, sin = self.rotary_emb(V, position_ids, seq_len=None)
|
||||
print(cos.shape, sin.shape)
|
||||
Q, K = inplace_rope_embedding(Q, K, cos, sin, position_ids)
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue