Skip to content

Commit

Permalink
expose
Browse files Browse the repository at this point in the history
Signed-off-by: Mayank Mishra <[email protected]>
  • Loading branch information
mayank31398 committed Oct 7, 2024
1 parent 4c3c815 commit 8459daf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dolomite_engine/hf_models/models/moe_dolomite_TP/layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from ..gpt_dolomite_TP.layer import MLP_TP
from ..moe_dolomite import MoEDolomiteConfig
from ..moe_dolomite.layer import SparseMoEBlock
from .moe_TP.scatter import ScatterMoE_TP
from .moe_TP import ScatterMoE_TP


class SparseMoEBlock_TP(SparseMoEBlock):
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .scatter import ScatterMoE_TP

0 comments on commit 8459daf

Please sign in to comment.