-
Notifications
You must be signed in to change notification settings - Fork 28.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docstring] Fix docstring for speech-to-text config #26883
Conversation
@ydshieh did the PR fail checks because any line(s) being beyond a 119-char limit? |
Yes, you should run |
Thank you @ArthurZucker for the help. I have run |
Commit |
Hi @R055A Could you run Make sure you have installed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. Just a few (very) tiny suggestion and we are ready to merge!
src/transformers/models/speech_to_text/configuration_speech_to_text.py
Outdated
Show resolved
Hide resolved
src/transformers/models/speech_to_text/configuration_speech_to_text.py
Outdated
Show resolved
Hide resolved
src/transformers/models/speech_to_text/configuration_speech_to_text.py
Outdated
Show resolved
Hide resolved
Done, Thank you @ydshieh |
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. |
Thank you @R055A for the contribution 🤗 ~ |
* Fix docstring for speech-to-text config * Refactor doc line len <= 119 char * Remove Speech2TextConfig from OBJECTS_TO_IGNORE * Fix Speech2TextConfig doc str * Fix Speech2TextConfig doc using doc-builder * Refactor Speech2TextConfig doc
What does this PR do?
Fixes #26638
Fix doc string for speech-to-text configuration.
Before submitting
Pull Request section?
to it if that's the case.
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.