-
Notifications
You must be signed in to change notification settings - Fork 283
Upgrade torch >= 2.9 #2349
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: master
Are you sure you want to change the base?
Upgrade torch >= 2.9 #2349
Conversation
Signed-off-by: Kaihui-intel <[email protected]>
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
|
@chensuyue How to update the torch version and trigger CI? |
Signed-off-by: chensuyue <[email protected]>
2711f18 to
4fea831
Compare
Signed-off-by: Kaihui-intel <[email protected]>
Signed-off-by: Kaihui-intel <[email protected]>
User description
Type of Change
feature or bug fix or documentation or validation or others
API changed or not
Description
skip ipex ut
Expected Behavior & Potential Risk
the expected behavior that triggered by this PR
How has this PR been tested?
how to reproduce the test (including hardware information)
Dependency Change?
any library dependency introduced or removed
PR Type
Enhancement
Description
Skip IPEX CI for torch versions >= 2.9.0
Import
Versionfrompackaging.versionfor version comparisonDiagram Walkthrough
File Walkthrough
test_smooth_quant.py
Skip IPEX CI for torch >= 2.9.0test/3x/torch/quantization/test_smooth_quant.py
Versionfrompackaging.version@pytest.mark.skipifdecorator to skip tests for torch >= 2.9.0test_static_quant.py
Skip IPEX CI for torch >= 2.9.0test/3x/torch/quantization/test_static_quant.py
Versionfrompackaging.version@pytest.mark.skipifdecorator to skip tests for torch >= 2.9.0test_transformers.py
Skip IPEX CI for torch >= 2.9.0test/3x/torch/quantization/weight_only/test_transformers.py
Versionfrompackaging.version@pytest.mark.skipifdecorator to skip tests for torch >= 2.9.0