Skip to content

Commit

Permalink
Fix versions in dependency_version.json (#5145)
Browse files Browse the repository at this point in the history
* Fix versions of torch torchaudio torchvision

* fix version of torch-ccl
  • Loading branch information
huiyan2021 authored Dec 19, 2024
1 parent 5ca7694 commit 974beb7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dependency_version.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
"commit": "llvmorg-16.0.6"
},
"pytorch": {
"version": "2.5.1.post0+xpu",
"version": "2.5.1+cxx11.abi",
"commit": "v2.5.1"
},
"torchaudio": {
"version": "2.5.1.post0+xpu",
"version": "2.5.1+cxx11.abi",
"commit": "v2.5.1"
},
"torchvision": {
"version": "0.20.1.post0+xpu",
"version": "0.20.1+cxx11.abi",
"commit": "v0.20.1"
},
"torch-ccl": {
"version": "2.5.10+xpu",
"commit": "v2.5.10+xpu"
"version": "2.5.0+xpu",
"commit": "v2.5.0+xpu"
},
"basekit": {
"dpcpp-cpp-rt": {
Expand Down

0 comments on commit 974beb7

Please sign in to comment.