Skip to content

Commit

Permalink
fix [BUG] test_test_example: ImportError: cannot import name 'Multihe…
Browse files Browse the repository at this point in the history
…adAttention' from 'zeta' (/home/v/.local/lib/python3.10/site-packages/zeta/__init__.py) #44
  • Loading branch information
vyomakesh09 committed Dec 23, 2023
1 parent 3938501 commit 12d3c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_test_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import unittest
import torch

from zeta import MultiheadAttention
from zeta.nn.attention import MultiheadAttention


class TestMultiheadAttention(unittest.TestCase):
Expand Down

0 comments on commit 12d3c88

Please sign in to comment.