-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Remove unused imports in docs. #406
Conversation
The documentation is not available anymore as the PR was closed or merged. |
Thanks @lvwerra for the review. I added an end-to-end test as well. |
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.
LGTM! 🚀 just one small comment!
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.
Thanks a lot for the great work and welcome to TRL! 🚀
We just need to address:
examples/hello_world.py:6:1: F401 'trl.core.LengthSampler' imported but unused
examples/hello_world.py:6:1: F401 'trl.core.respond_to_batch' imported but unused
So that the code quality checker will be happy - you can just do
make style && make quality
After that we can merge the PR! 💪
Nice test btw :D !
@younesbelkada Thanks for bearing with me, and I appreciate your 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.
Awesome work!! 🚀
Minor minor improvement on docs :)