update the logger message with accordant weights_file_name#28181
update the logger message with accordant weights_file_name#28181amyeroberts merged 2 commits intohuggingface:mainfrom
Conversation
|
I can't figure out why I failed the tests_torch for I only changed the logger info.😖 |
amyeroberts
left a comment
There was a problem hiding this comment.
Thanks for updating this and contributing to improving the code!
For the failing (unrelated) tests, there was a fix merge into main recently - #28202. Could you rebase and push the updated branch? This should resolve and trigger another CI run
@amyeroberts It works!It seems the workflow need extra approval to finish merge. |
|
@izyForever Yes - the doc tests aren't automatically run for security reasons. I've approved the workflow now - once that passes I'll merge in. Thanks again for your contribution! |
…ce#28181) Co-authored-by: yudong.lin <yudong.lin@funplus.com>

What does this PR do?
Update the logger message with accordant weights_file_name.
Fixes # (issue)
#28076
@amyeroberts