We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/CarperAI/trlx/blob/main/trlx/trlx.py#L140 this load function may be called after prepare in https://github.com/CarperAI/trlx/blob/main/trlx/trainer/accelerate_base_trainer.py#L86 according to https://huggingface.co/docs/accelerate/usage_guides/checkpoint
load
prepare
this may cause the loading not work actually, such as deepspeed model
No response
The text was updated successfully, but these errors were encountered:
this commit could help in my situation Jingru@39f1ae9
Sorry, something went wrong.
No branches or pull requests
🐛 Describe the bug
https://github.com/CarperAI/trlx/blob/main/trlx/trlx.py#L140
this
load
function may be called afterprepare
inhttps://github.com/CarperAI/trlx/blob/main/trlx/trainer/accelerate_base_trainer.py#L86
according to
https://huggingface.co/docs/accelerate/usage_guides/checkpoint
this may cause the loading not work actually, such as deepspeed model
Which trlX version are you using?
No response
Additional system and package information
No response
The text was updated successfully, but these errors were encountered: