Update gemma.py
This commit is contained in:
parent
b1864710c5
commit
1d53b366a0
1 changed files with 3 additions and 0 deletions
|
|
@ -106,6 +106,9 @@ class FastGemmaRotaryEmbedding(torch.nn.Module):
|
|||
cos_cached = emb.cos().to(dtype=x.dtype)
|
||||
sin_cached = emb.sin().to(dtype=x.dtype)
|
||||
|
||||
print(position_ids)
|
||||
print(inv_freq_expanded)
|
||||
print(position_ids_expanded)
|
||||
print(freqs)
|
||||
print(self.cos_cached2)
|
||||
raise 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue