Skip to content

Commit

Permalink
Merge pull request #45 from vyomakesh09/master
Browse files Browse the repository at this point in the history
fix [BUG] test_test_example: ImportError: cannot import name 'Multihe…
  • Loading branch information
kyegomez authored Dec 23, 2023
2 parents 3938501 + 12d3c88 commit 5dc3d6a
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 5dc3d6a

Please sign in to comment.