mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-23 19:32:23 +00:00
retarget torch181 to torch182 (#8947)
Co-authored-by: liqun <liqun@OrtTrainingDev4.af05slrtruoetgaxwwjv5nsq5e.px.internal.cloudapp.net>
This commit is contained in:
parent
0cc2909573
commit
a7f5bd226b
6 changed files with 14 additions and 14 deletions
|
|
@ -4,7 +4,7 @@ stages:
|
|||
- template: templates/py-packaging-training-cuda-stage.yml
|
||||
parameters:
|
||||
build_py_parameters: --enable_training --update --build
|
||||
torch_version: '1.8.1'
|
||||
torch_version: '1.8.2'
|
||||
cuda_version: '10.2'
|
||||
gcc_version: 8
|
||||
cmake_cuda_architectures: 35;37;50;52;60;61;70
|
||||
|
|
@ -4,7 +4,7 @@ stages:
|
|||
- template: templates/py-packaging-training-cuda-stage.yml
|
||||
parameters:
|
||||
build_py_parameters: --enable_training --update --build
|
||||
torch_version: '1.8.1'
|
||||
torch_version: '1.8.2'
|
||||
cuda_version: '11.1'
|
||||
gcc_version: 9
|
||||
cmake_cuda_architectures: 37;50;52;60;61;70;75;80
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
--pre
|
||||
-f https://download.pytorch.org/whl/torch_stable.html
|
||||
torch==1.8.1+cu102
|
||||
torchvision==0.9.1+cu102
|
||||
torchtext==0.9.1
|
||||
setuptools>=41.4.0
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
--pre
|
||||
-f https://download.pytorch.org/whl/torch_stable.html
|
||||
torch==1.8.1+cu111
|
||||
torchvision==0.9.1+cu111
|
||||
torchtext==0.9.1
|
||||
setuptools>=41.4.0
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
--pre
|
||||
-f https://download.pytorch.org/whl/lts/1.8/torch_lts.html
|
||||
torch==1.8.2+cu102
|
||||
torchvision==0.9.2+cu102
|
||||
torchtext==0.9.2
|
||||
setuptools>=41.4.0
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
--pre
|
||||
-f https://download.pytorch.org/whl/lts/1.8/torch_lts.html
|
||||
torch==1.8.2+cu111
|
||||
torchvision==0.9.2+cu111
|
||||
torchtext==0.9.2
|
||||
setuptools>=41.4.0
|
||||
Loading…
Reference in a new issue