-
Notifications
You must be signed in to change notification settings - Fork 4
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
fix: addition and standardization of docstrings #176
Conversation
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.
Could we follow the format in the following examples? Currently doc strings are quite in-consistent
- https://github.com/Lightning-AI/litgpt/blob/main/litgpt/model.py#L440
- https://github.com/Lightning-AI/litgpt/blob/main/litgpt/lora.py#L66
- https://github.com/Lightning-AI/litgpt/blob/main/litgpt/lora.py#L102
- https://github.com/Lightning-AI/litgpt/blob/main/litgpt/lora.py#L192
- https://github.com/Lightning-AI/litgpt/blob/main/litgpt/lora.py#L403
Co-authored-by: Timur M. Carstensen <40788422+timurcarstensen@users.noreply.github.com>
Co-authored-by: Timur M. Carstensen <40788422+timurcarstensen@users.noreply.github.com>
Co-authored-by: Timur M. Carstensen <40788422+timurcarstensen@users.noreply.github.com>
Co-authored-by: Timur M. Carstensen <40788422+timurcarstensen@users.noreply.github.com>
Co-authored-by: Timur M. Carstensen <40788422+timurcarstensen@users.noreply.github.com>
Co-authored-by: Timur M. Carstensen <40788422+timurcarstensen@users.noreply.github.com>
Co-authored-by: Timur M. Carstensen <40788422+timurcarstensen@users.noreply.github.com>
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.
Generally looking really good! 😄 I left some small comments but after those are resolved feel free to merge this pr
Reference Issues/PRs
#164
What does this implement/fix? Explain your changes.
addition and standardization of docstrings and the addition of contributing guide to docstrings in Contributing.md