Fix test_calculate_loss failure by updating peft to version 0.15.0#2168
Fix test_calculate_loss failure by updating peft to version 0.15.0#2168gplutop7 wants to merge 1 commit into
Conversation
|
@gplutop7 please check the main branch and #2160 PR. This has already been addressed on main |
|
This pr is not needed. the issue is fixed in #2160. @regisss @libinta @astachowiczhabana please close. |
Hi, quick question – has your PR #2160 been included in the 1.19-release branch? |
I just did it now! Let me know if that solves your issue? |
Thanks @regisss @gplutop7 https://github.com/huggingface/optimum-habana/commits/v1.19-release/ has the PR #2160 now. SHA 9929. please confirm. Thank you. |
This PR updates the peft dependency to version 0.15.0 to resolve an import error triggered by recent changes in the diffusers library.
Updated peft from ==0.12.0 to ==0.15.0.
Failing Test:
pytest tests/test_trl.py -v -s -k "test_calculate_loss"