Update gemma.py
This commit is contained in:
parent
24e9d0af28
commit
11c9ea4d1b
1 changed files with 2 additions and 0 deletions
|
|
@ -108,6 +108,8 @@ class FastGemmaRotaryEmbedding(torch.nn.Module):
|
|||
|
||||
print(freqs)
|
||||
print(self.cos_cached2)
|
||||
print(freqs.to(torch.int64))
|
||||
print(self.cos_cached2.to(torch.int64))
|
||||
raise 1
|
||||
|
||||
# return self.cos_cached[:,:length], self.sin_cached[:,:length]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue