Remove python37 and cuda37 packages in orttraing (#15041)

### Description
supplement of #14874 and #14887

### Motivation and Context


N.B.
I'm not sure if python matrix of rocm is expected (python3.7-3.9) @faxu
@snnn

(https://github.com/microsoft/onnxruntime/blob/main/tools/ci_build/github/azure-pipelines/orttraining-py-packaging-pipeline-rocm.yml)
This commit is contained in:
Yi Zhang 2023-03-15 08:54:15 +08:00 committed by GitHub
parent a8680ff188
commit f096f6167b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 11 deletions

View file

@ -29,8 +29,6 @@ stages:
strategy:
matrix:
Python37:
PythonVersion: '3.7'
Python38:
PythonVersion: '3.8'
Python39:

View file

@ -16,7 +16,7 @@ stages:
opset_version: '15'
cuda_version: '11.6'
gcc_version: 11
cmake_cuda_architectures: 37;50;52;60;61;70;75;80;86;87
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'
@ -29,7 +29,7 @@ stages:
opset_version: '15'
cuda_version: '11.6'
gcc_version: 11
cmake_cuda_architectures: 37;50;52;60;61;70;75;80;86;87
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'

View file

@ -79,13 +79,6 @@ stages:
pool: ${{ parameters.agent_pool }}
strategy:
matrix:
Python37:
PythonVersion: '3.7'
TorchVersion: ${{ parameters.torch_version }}
OpsetVersion: ${{ parameters.opset_version }}
CudaVersion: ${{ parameters.cuda_version }}
GccVersion: ${{ parameters.gcc_version }}
UploadWheel: ${{ parameters.upload_wheel }}
Python38:
PythonVersion: '3.8'
TorchVersion: ${{ parameters.torch_version }}