Skip to content

Commit

Permalink
internal
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 460055074
  • Loading branch information
liutianlin0121 authored and Copybara-Service committed Jul 11, 2022
1 parent dfc5add commit 9f8cb2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vmoe/moe.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ class BaseDispatcher(abc.ABC):
combine might not be the same as the ones at dispatch (e.g. if the expert
changes the shape of the data).
"""
combine_weights: Array

@abc.abstractmethod
def dispatch(self, data: Array) -> Array:
Expand Down

0 comments on commit 9f8cb2e

Please sign in to comment.