-
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 nbdev
dependency
#52
Remove nbdev
dependency
#52
Conversation
Moved all images inside the org https://huggingface.co/trl-internal-testing and fixed all image links on README + notebooks with the correct ones |
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 @younesbelkada, looks great!
A few minor things to fix:
- remove the numbering from notebooks and scripts - i think this is no longer necessary
- remove the CI (should be in
.github/workflows
)
I wonder if it's possible to removegenerated from
note at the top.
Thanks for the review! |
What does this PR do?
This PR is a follow-up PR of #50 - it is an attempt to remove the
nbdev
dependency fromtrl
This PR also adds a patch to support the latest version of
transformers
Draft for now as I have to figure out how to deal with the documentation
For now testing that everything works with
python examples/04-ppo-sentiment.py
cc @lvwerra