-
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
Fix the pad_token_id error #1394
Conversation
yuanwu2017
commented
Mar 4, 2024
- Fix the following error:
- Add the load_in_8bit arguments for rl_training script.
Thank you for the fix @yuanwu2017 ! can you run the styling checks? |
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
Done. Thanks |
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 for your work on this!
Signed-off-by: yuanwu <[email protected]>
Signed-off-by: yuanwu <[email protected]>
Signed-off-by: yuanwu <[email protected]>
Signed-off-by: yuanwu <[email protected]>
* Fix the pad_token_id error Signed-off-by: yuanwu <[email protected]> * Add the load_in_8bit argument in rl_training.py Signed-off-by: yuanwu <[email protected]> * Reformate the patch Signed-off-by: yuanwu <[email protected]> * Fix the check failed Signed-off-by: yuanwu <[email protected]> --------- Signed-off-by: yuanwu <[email protected]>
* Fix the pad_token_id error Signed-off-by: yuanwu <[email protected]> * Add the load_in_8bit argument in rl_training.py Signed-off-by: yuanwu <[email protected]> * Reformate the patch Signed-off-by: yuanwu <[email protected]> * Fix the check failed Signed-off-by: yuanwu <[email protected]> --------- Signed-off-by: yuanwu <[email protected]>