Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
xkszltl authored Jan 28, 2024
1 parent 17a5f57 commit ba9297e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/models/mixtral/modeling_mixtral.py
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ def forward(self, hidden_states):
class MixtralBLockSparseTop2MLP(MixtralBlockSparseTop2MLP):
def __init__(self, *args, **kwargs):
warnings.warn(
"""MixtralBLockSparseTop2MLP is deprecated and will be removed in v4.40.
"""MixtralBLockSparseTop2MLP is deprecated and will be removed in v4.40.
Please use MixtralBlockSparseTop2MLP instead."""
)
super().__init__(*args, **kwargs)
Expand Down

0 comments on commit ba9297e

Please sign in to comment.