mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-24 02:47:54 +00:00
### Description Update python 3.11 and remove 3.7 ### Motivation and Context Update python 3.11 and remove 3.7 --------- Co-authored-by: Ubuntu <chasun@chasunlinux.lw3b1xzoyrkuzm34swpscft0ff.dx.internal.cloudapp.net>
48 lines
1.4 KiB
YAML
48 lines
1.4 KiB
YAML
trigger: none
|
|
|
|
resources:
|
|
repositories:
|
|
- repository: manylinux
|
|
type: Github
|
|
endpoint: Microsoft
|
|
name: pypa/manylinux
|
|
ref: aead4d751c2101e23336aa73f2380df83e7a13f3
|
|
|
|
stages:
|
|
- template: templates/py-packaging-training-cuda-stage.yml
|
|
parameters:
|
|
build_py_parameters: --enable_training --update --build
|
|
torch_version: '1.13.1'
|
|
opset_version: '15'
|
|
cuda_version: '11.6'
|
|
gcc_version: 11
|
|
cmake_cuda_architectures: 50;52;60;61;70;75;80;86;87
|
|
docker_file: Dockerfile.manylinux2014_training_cuda11_6
|
|
agent_pool: Onnxruntime-Linux-GPU
|
|
upload_wheel: 'yes'
|
|
debug_build: false
|
|
|
|
- template: templates/py-packaging-training-cuda-stage.yml
|
|
parameters:
|
|
build_py_parameters: --enable_training --update --build
|
|
torch_version: '1.13.1'
|
|
opset_version: '15'
|
|
cuda_version: '11.6'
|
|
gcc_version: 11
|
|
cmake_cuda_architectures: 50;52;60;61;70;75;80;86;87
|
|
docker_file: Dockerfile.manylinux2014_training_cuda11_6
|
|
agent_pool: Onnxruntime-Linux-GPU
|
|
upload_wheel: 'no'
|
|
debug_build: true
|
|
|
|
- template: templates/py-packaging-stage.yml
|
|
parameters:
|
|
build_py_parameters: --enable_training
|
|
enable_linux_gpu: false
|
|
enable_ubuntu_cpu: false
|
|
enable_linux_cpu: false
|
|
enable_windows_cpu: true
|
|
enable_windows_gpu: false
|
|
enable_mac_cpu: false
|
|
enable_mac_silicon: false
|
|
enable_linux_arm: false
|