-
Notifications
You must be signed in to change notification settings - Fork 112
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
Improve INC CI test torch version #1027
Improve INC CI test torch version #1027
Conversation
Signed-off-by: changwa1 <[email protected]>
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. |
Signed-off-by: changwa1 <[email protected]>
Signed-off-by: changwa1 <[email protected]>
All INC CI passed, Could you please take a look about the IPEX issue? @jiqing-feng |
The error brings by #975 |
when was the backward compatibility broken ? is there a table somewhere that we can link to for users to downgrade inc for torch>2.3 ? can you please also add |
Hi Llyas, I think you can just ignore the failed tests in IPEX because we are refactoring the IPEXModel, in our new architecture, all ipex tests passed. So you can just review #1009 |
the pr you're mentioning only robustified the CI to make sure we're testing specific torch/ipex versions. no ipex modeling files were changed. |
okay ! let's add the version pinning in #1009 |
And please merge this PR, it's just for upgrading torch version of INC CI |
What does this PR do?
INC and INC IPEX are currently maintaining torch 2.4 and 2.5 but the CI have torch 2.2 and 2.3, which caused errors.
Fixes # (issue)
Before submitting