Skip to content

Commit

Permalink
Update src/transformers/models/speecht5/feature_extraction_speecht5.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
  • Loading branch information
hollance and sgugger committed Apr 13, 2023
1 parent 770fdd8 commit 3f8f934
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def __init__(
)
if reduction_factor != 2.0:
warnings.warn(
"The argument `reduction_factor` is deprecated and will be removed in a future version of Transformers", FutureWarning
"The argument `reduction_factor` is deprecated and will be removed in version 4.30.0 of Transformers", FutureWarning
)

@staticmethod
Expand Down

0 comments on commit 3f8f934

Please sign in to comment.