Update torch version to 2.13.0#2045
Merged
Merged
Conversation
…file and unit test scripts Signed-off-by: Sun, Xuehao <xuehao.sun@intel.com>
Signed-off-by: Sun, Xuehao <xuehao.sun@intel.com>
…file_xpu.devel Signed-off-by: Sun, Xuehao <xuehao.sun@intel.com>
Contributor
Author
|
/azp run Unit-Test-CUDA-AutoRound |
|
Azure Pipelines successfully started running 1 pipeline(s). |
…ll model RTN generation test due to triton issue Signed-off-by: Sun, Xuehao <xuehao.sun@intel.com>
Contributor
Author
|
/azp run Unit-Test-CUDA-AutoRound |
|
Azure Pipelines successfully started running 1 pipeline(s). |
chensuyue
approved these changes
Jul 13, 2026
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.
Description
This pull request updates the PyTorch (
torch) and TorchVision (torchvision) dependencies across multiple Dockerfiles, scripts, and constraints files to newer versions. It also updates thekernelspackage version in the CUDA unit test setup. These changes ensure the development and test environments are using the latest compatible versions of these core libraries.Dependency version updates:
Upgraded
torchfrom version2.12.1to2.13.0andtorchvisionfrom0.27.1to0.28.0in the following files and scripts:.azure-pipelines/docker/Dockerfile.devel.azure-pipelines/docker/Dockerfile_xpu.devel.azure-pipelines/scripts/ut/constraints.txt.azure-pipelines/scripts/cuda_unit_test/run_cuda_ut.sh.azure-pipelines/scripts/ut/run_ut_cuda.sh[1] [2]Updated the
kernelspackage from0.12.3to0.15.2in the CUDA unit test script to match the requirements of newertransformersversions.