-
Notifications
You must be signed in to change notification settings - Fork 27.4k
New issue
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
Patch to skip failing test_save_load_low_cpu_mem_usage
tests
#29043
Patch to skip failing test_save_load_low_cpu_mem_usage
tests
#29043
Conversation
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
Thanks for catching these, and sorry I missed some of them (I didn't know how to run the tests across all models at the time). I've also worked to fill up all the failing tests: #29024 Do you mind taking a quick look? I'm hoping to get that in so it doesn't affect other people's workflows. Thanks! |
Oh, no need to apologise, you shouldn't need to manually do it, there's something wrong on our end as they should have been run automatically.
Looking now 🤗 |
huggingface#29043)" This reverts commit 4156f51.
* Patch to skip currently failing tests * Whoops - wrong place
What does this PR do?
A handful of tests started failing after the merging in of #28948. Tests didn't fail on PR or initial main commit, but now failing. Looks like might be relevant tests not fetched for the runners.
This PR skips the tests for now.
cc @ylacombe As you might want to enable this feature for Music Gen
cc @ArthurZucker As this touches a few language models. Not sure it's worth digging in and fixing it for these as they have low-ish usage.
cc @ydshieh For when you're back in case there's anything else I should address here