Skip to content

Commit

Permalink
mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
avshalomman committed Jan 6, 2025
1 parent 2161b73 commit 7ad3a70
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 7ad3a70

Please sign in to comment.