[docstring] Fix docstring for AltCLIPTextConfig, AltCLIPVisionConfig and AltCLIPConfig#27128
Conversation
…+ cleaned some docstring
amyeroberts
left a comment
There was a problem hiding this comment.
Thanks for adding all these fixes!
Just a small comment. Once resolved we're good to merge 🤗
utils/check_docstrings.py
Outdated
| "AlignTextModel", | ||
| "AlignVisionConfig", | ||
| "AltCLIPTextConfig", | ||
| # "AltCLIPTextConfig", |
There was a problem hiding this comment.
This should just be removed rather than commented out
| # "AltCLIPTextConfig", |
There was a problem hiding this comment.
Ok I will remove that. I guess I can do the same for VisionConfig too as they were in the same file.
|
Hi @amyeroberts I have made the change. Let me know if anything else is needed from my side. For some reason removing AltCLIPVisionConfig is giving errors so I let it stay there. Any tip on resolving it would be helpful. |
|
@AksharGoyal Thanks! For the removal of the |
|
@amyeroberts This is what I see when I go to one of the failed workflows |
|
@AksharGoyal The issue is arising because some of the parameters in |
amyeroberts
left a comment
There was a problem hiding this comment.
Thanks for iterating!
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. |
…and AltCLIPConfig (huggingface#27128) * [docstring] Fix docstring for AltCLIPVisionConfig, AltCLIPTextConfig + cleaned some docstring * Removed entries from check_docstring.py * Removed entries from check_docstring.py * Removed entry from check_docstring.py * [docstring] Fix docstring for AltCLIPTextConfig, AltCLIPVisionConfig and AltCLIPConfig
What does this PR do?
Fixes #26638
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.