Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def num_dispatchers(self) -> int:
return self.num_dispatchers_

def output_is_reduced(self) -> bool:
return False
return True

def topk_indices_dtype(self) -> torch.dtype | None:
return torch.int32
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def num_dispatchers(self) -> int:
return self.num_dispatchers_

def output_is_reduced(self) -> bool:
return False
return True

def _apply_router_weight_on_input(
self,
Expand Down
Loading