Skip to content

Commit

Permalink
[FEATS] [Structs]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye committed Jan 21, 2024
1 parent 530880b commit 92976a2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions swarms_torch/structs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
from swarms_torch.structs.parallel_wrapper import ParallelSwarm
from swarms_torch.structs.moe import SwitchGate, SwitchMoE
from swarms_torch.structs.simple_moe import SimpleMoE
from swarms_torch.structs.simple_moe import GatingMechanism, SimpleMoE

__all__ = ["ParallelSwarm", "SwitchGate", "SwitchMoE", "SimpleMoE"]
__all__ = [
"ParallelSwarm",
"SwitchGate",
"SwitchMoE",
"GatingMechanism",
"SimpleMoE",
]

0 comments on commit 92976a2

Please sign in to comment.