-
Notifications
You must be signed in to change notification settings - Fork 27.4k
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 LlamaConfig
#26685
Conversation
@ydshieh can you please review this |
@abzdel i already passed all 7 CI test cases after following your recommendation. Thank you alex! |
Awesome! Keep me in the loop if anything else comes up. |
reformat of the file to prevent script issues
fix formatting after docstring review
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.
Great, thank you for the contribution @pavaris-pm
Hi, could you run |
@ydshieh roger that! i will run |
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. |
rerun `make fixup` after reformatting
@ydshieh already finished running |
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.
Great, thank you again!
* Your commit message here * fix LlamaConfig docstring * run make fixup * fix formatting after review reformat of the file to prevent script issues * rerun make fixup after reformat
* Your commit message here * fix LlamaConfig docstring * run make fixup * fix formatting after review reformat of the file to prevent script issues * rerun make fixup after reformat
* Your commit message here * fix LlamaConfig docstring * run make fixup * fix formatting after review reformat of the file to prevent script issues * rerun make fixup after reformat
What does this PR do?
Fixes #26638 by fixing a typo in docstring of
LlamaConfig
Before submitting
Pull Request section?
to it if that's the case.
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
@ydshieh @abzdel
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.