Revert to older transformers version#2884
Conversation
|
apologies for this happening, as transformers can't afford to run deepspeed tests other than nightly runs - so such breakages get discovered usually on the next day. HF Transformers live CI only runs non-gpu tests. I'm just waiting for an approval to merge the fix. But yes please always revert to some 2-day older version to quickly unblock your CI while the fix is in works. |
No problem at all, glad you had a PR out on that side when I looked. We can probably afford to wait for the changes - thoughts @mrwyattii? |
|
ok, got approval, just waiting for our CI to finish and will merge then. |
|
ok, merged. please let me know if you run into any issues. I run tests locally, reproduced the problem you got on your CI and fixed it. |
|
oh, I guess since I merged my branch and it automatically got deleted, your test with my branch failed: normal |
|
best is to just restart CI on some existing DS PR and see if all works now. |
|
Testing here |
|
Looks like its passing now, thanks @stas00! |
Recent changes in logging level in HF transformers broke DeepSpeed where we relied on certain logging prints that they changed the defaults on:. There is currently a PR out that provides a workaround to keep backwards compatibility.