-
Notifications
You must be signed in to change notification settings - Fork 471
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(ppo_gpt): prevent position_ids being None #451
Conversation
Hi @li-plus, thanks for fixing this! For the context, the newest |
It fixes #457 on |
So should we enable transformers==4.28.1 ? |
@jovany-wang It would be great if you could enable |
@olliestanley This will be resolved shortly with #465 |
@reciprocated That's great, thank you for your fast response! |
@olliestanley it is fixed now |
This PR fixes the below error during PPO training, by generating the correct
position_ids
when it is None.The PPO training was launched by:
The below error was raised: