-
Notifications
You must be signed in to change notification settings - Fork 148
Pytorch CI failing #1720
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
base: main
Are you sure you want to change the base?
Pytorch CI failing #1720
Conversation
8f539bc to
2d853c5
Compare
|
It seems to be installing a rather old version of pytorch? So maybe that's why. It is currently at 2.9.0. |
|
@ricardoV94, it's caused by 8a6e407 |
|
I've lost the context for that mkl thing |
|
I'm pretty sure you're safe reverting that upper bound. |
2d853c5 to
e6ad5e6
Compare
|
Odd error:
|
|
It stopped automagically failing in other CI. I'll try to rerun without the Pin anyway |
e6ad5e6 to
abe66bf
Compare
|
2 tests fail in the most recent pytorch:
May be worth checking this so we can remove the MKL pin? Or is it indeed related to it? |
|
I'm guessing that this happens in practice, and you're only seeing it by busting the cache. Unpinned dependencies are such a massive headache. I really need to finish that pixi PR. 😞 |
PyTorch CI started failing in a recent PR. I guess they did some breaking changes. Strangely enough it can do
import torch.compiler?Other things are failing like it not liking numpy dtypes?
Closes #1723