mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
orttraining cuda 10.2 to not build for compute_80 (#11103)
This commit is contained in:
parent
01631893cd
commit
8db180c245
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ stages:
|
|||
opset_version: '14'
|
||||
cuda_version: '10.2'
|
||||
gcc_version: 8
|
||||
cmake_cuda_architectures: 37;50;52;60;61;70;80
|
||||
cmake_cuda_architectures: 37;50;52;60;61;70
|
||||
docker_file: Dockerfile.manylinux2014_training_cuda10_2
|
||||
agent_pool: Onnxruntime-Linux-GPU-NV6
|
||||
upload_wheel: 'yes'
|
||||
|
|
|
|||
Loading…
Reference in a new issue