You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code worked fine before updating.
After performing a binary search to identify which commit caused this issue, I found that it was commit 5b9236d
For now, I'm using this workaround to fix the problem: pip install -U git+https://github.com/huggingface/trl.git@82d12eb75103821cd4af1978e99b1026a90ac67d
Installing either the latest git or 0.15.0 will break the code.
Reproduction
The code worked fine before updating.
After performing a binary search to identify which commit caused this issue, I found that it was commit 5b9236d
For now, I'm using this workaround to fix the problem:
pip install -U git+https://github.com/huggingface/trl.git@82d12eb75103821cd4af1978e99b1026a90ac67d
Installing either the latest git or 0.15.0 will break the code.
Minimal code to reproduce the error
outputs:
System Info
Checklist
The text was updated successfully, but these errors were encountered: