Skip to content

Commit

Permalink
Resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
bofenghuang committed Feb 20, 2023
1 parent fdb0f75 commit ff0cc52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/models/whisper/configuration_whisper.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def __init__(
mask_feature_prob=0.0,
mask_feature_length=10,
mask_feature_min_masks=0,
**kwargs
**kwargs,
):
self.vocab_size = vocab_size
self.num_mel_bins = num_mel_bins
Expand Down

0 comments on commit ff0cc52

Please sign in to comment.