Skip to content

Commit 41a96b6

Browse files
authored
Change import structure (#125)
1 parent bf70245 commit 41a96b6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

attn_gym/__init__.py

+5
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
from attn_gym.utils import visualize_attention_scores
2+
import attn_gym.mods
3+
import attn_gym.masks
4+
import attn_gym.paged_attention
5+
6+
__all__ = ["visualize_attention_scores", "mods", "masks", "paged_attention"]

0 commit comments

Comments
 (0)