-
Notifications
You must be signed in to change notification settings - Fork 25
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
Pin torch version until deprecated functionality is fixed #147
Conversation
Signed-off-by: Ivan Butygin <[email protected]>
seems to work |
thanks! this will help keep the builders green till we figure out how to migrate to 2.6. |
Can you please note what the issue was? I'm working on this for 2.6 support: #145 |
This is because of missing Also, pip reports it's still torch 2.5, not 2.6 |
let me try, actually |
Signed-off-by: Ivan Butygin <[email protected]>
yep, <2.6 doesn't work |
This reverts commit 7d7e5ff. Signed-off-by: Ivan Butygin <[email protected]>
b8f64d3
to
868c6a7
Compare
Update the PR description please and note that #145 is in progress to fix this. |
Recent torch 2.5 versions failing with `ImportError: cannot import name 'dynamic_dim' from 'torch.export'`, pin torch version `<2.5.0` for now, until proper fix is ready iree-org#145 --------- Signed-off-by: Ivan Butygin <[email protected]>
Recent torch 2.5 versions failing with `ImportError: cannot import name 'dynamic_dim' from 'torch.export'`, pin torch version `<2.5.0` for now, until proper fix is ready iree-org#145 --------- Signed-off-by: Ivan Butygin <[email protected]> Signed-off-by: Ian <[email protected]>
Recent torch 2.5 versions failing with `ImportError: cannot import name 'dynamic_dim' from 'torch.export'`, pin torch version `<2.5.0` for now, until proper fix is ready iree-org#145 --------- Signed-off-by: Ivan Butygin <[email protected]> Signed-off-by: Ian <[email protected]>
Recent torch 2.5 versions failing with
ImportError: cannot import name 'dynamic_dim' from 'torch.export'
, pin torch version<2.5.0
for now, until proper fix is ready #145