-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Benchmarking workflow fix #8389
Conversation
Currently manually running the benchmarking workflow here: https://github.com/huggingface/diffusers/actions/runs/9690502132/job/26740442342. Have already pushed the latest Docker container so that it contains Python 3.9 (confirmed from here). |
|
Okay so, it runs on Torch 2.2 but not on Torch 2.3.1. Reported here: pytorch/pytorch#129637. |
@DN6 I have disabled the IP adapter benchmarks for the moment. Have started a new run here: https://github.com/huggingface/diffusers/actions/runs/9692567539/job/26746155012. Let's see how it goes. |
* fix * fixes * add back the deadsnakes * better messaging * disable IP adapter tests for the moment. * style * up * empty
What does this PR do?
Benchmarking workflow is failing:
https://github.com/huggingface/diffusers/actions/runs/9348670151/job/25728280347#step:8:53
So, this PR:
torch.compile()
failing on Python 3.10 pytorch/pytorch#129351 (comment)) (also discussed internally with @DN6)