Skip to content

Commit

Permalink
rename to architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
Eitan Turok committed Aug 12, 2024
1 parent 3c59e1c commit 4e1067b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/layers/dmoe_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from megablocks.layers.arguments import Arguments
from megablocks.layers.dmoe import dMoE
from megablocks.layers.moe import MoE, batched_load_balancing_loss, clear_load_balancing_loss
from tests.layers.testing import FFN
from tests.layers.architectures import FFN

# min size: (1, 2, 128, 2, 1)
_FORWARD_TESTS_DEFAULT = (
Expand Down
2 changes: 1 addition & 1 deletion tests/layers/glu_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from megablocks.layers import dmlp_registry
from megablocks.layers.arguments import Arguments
from tests.layers.testing import GLU
from tests.layers.architectures import GLU

_DENSE_TESTS = (
(16, 1024, 512),
Expand Down
2 changes: 1 addition & 1 deletion tests/layers/moe_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from megablocks.layers.arguments import Arguments
from megablocks.layers.moe import MoE, batched_load_balancing_loss, clear_load_balancing_loss
from tests.layers.testing import FFN
from tests.layers.architectures import FFN

_FORWARD_TESTS = (
(16, 1024, 512, 1, 1),
Expand Down

0 comments on commit 4e1067b

Please sign in to comment.