Skip to content

Commit 346df55

Browse files
committed
fix import
Signed-off-by: peter szemraj <peterszemraj@gmail.com>
1 parent 7634c49 commit 346df55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samba_pytorch/modules/fused_rotary_embedding.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
# Copyright (c) 2023, Tri Dao.
55

66

7-
import rotary_emb
87
import torch
98
from einops import rearrange
109

10+
import samba_pytorch.modules.rotary as rotary_emb
11+
1112

1213
class ApplyRotaryEmb(torch.autograd.Function):
1314
@staticmethod

0 commit comments

Comments
 (0)