Update gemma.py
This commit is contained in:
parent
dfb2e250f6
commit
c058d1aa96
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ def fast_geglu_inference(self, X):
|
|||
pass
|
||||
|
||||
|
||||
class FastGemmaRotaryEmbedding(nn.Module):
|
||||
class FastGemmaRotaryEmbedding(torch.nn.Module):
|
||||
def __init__(self, dim, max_position_embeddings=2048, base=10000, device=None):
|
||||
super().__init__()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue