Skip to content

Commit

Permalink
make func
Browse files Browse the repository at this point in the history
Signed-off-by: Mayank Mishra <[email protected]>
  • Loading branch information
mayank31398 committed Sep 12, 2024
1 parent e893721 commit b2c19d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dolomite_engine/hf_models/mixins/moe/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

@dataclass
class MoeModelOutputWithPastAndAuxLoss(MoeModelOutputWithPast):
aux_loss: torch.Tensor = None
aux_loss: torch.Tensor | None = None


class BaseMoEModelMixin(BaseModelMixin):
Expand Down

0 comments on commit b2c19d7

Please sign in to comment.