Update torch version to 2.13.0 in CI - #2524
Open
XuehaoSun wants to merge 1 commit into
Open
Conversation
Signed-off-by: Sun, Xuehao <xuehao.sun@intel.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Type of Change
This pull request upgrades the version of PyTorch used in the installation and test scripts from
2.11.0to2.13.0for both CPU and XPU environments. This ensures compatibility with newer features and bug fixes provided in the latest PyTorch release.Dependency upgrades:
torchand related package installations from version2.11.0to2.13.0in the.azure-pipelines/scripts/install_nc.shscript for both XPU and CPU installations. ([.azure-pipelines/scripts/install_nc.shL17-R22](https://github.com/intel/neural-compressor/pull/2524/files#diff-142c65a76b8a33625ec6e30db7a80de93c85d22f87baf48c59be6dfd5db58e33L17-R22))2.13.0in the.azure-pipelines/scripts/ut/run_3x_pt.shscript for CPU-based unit tests. ([.azure-pipelines/scripts/ut/run_3x_pt.shL20-R20](https://github.com/intel/neural-compressor/pull/2524/files#diff-481d3a408fa62d14ad262017016eb274b0e5140698caa20ed53dc1a24af3a176L20-R20))2.13.0in the.azure-pipelines/scripts/ut/run_3x_pt_xpu.shscript for XPU-based unit tests. ([.azure-pipelines/scripts/ut/run_3x_pt_xpu.shL18-R18](https://github.com/intel/neural-compressor/pull/2524/files#diff-7a2249a287c901d8ec04496018b1b1de7d2b172f1ba0300b2eb7ffee8179d5d9L18-R18))