Skip to content

Commit

Permalink
mypy
Browse files Browse the repository at this point in the history
Signed-off-by: Avshalom <[email protected]>
  • Loading branch information
avshalomman committed Jan 7, 2025
1 parent 7970de8 commit e81505a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ def fused_moe(
else:
final_hidden_states = final_hidden_states + current_hidden_states

return final_hidden_states.view(orig_shape)
return final_hidden_states.view(orig_shape) # type: ignore

0 comments on commit e81505a

Please sign in to comment.