Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove cuda gencode 90 to reduce onnxruntime-training package size #19486

Merged
merged 1 commit into from
Feb 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update orttraining-py-packaging-pipeline-cuda.yml
  • Loading branch information
baijumeswani committed Feb 9, 2024
commit 1d2eef23c4e6333eb6fe82ad4b8eb9db9dfd207c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ stages:
torch_version: '2.0.0'
opset_version: '15'
cuda_version: '11.8'
cmake_cuda_architectures: 60;61;70;75;80;86;90
cmake_cuda_architectures: 60;61;70;75;80;86
docker_file: Dockerfile.manylinux2_28_training_cuda11_8
agent_pool: Onnxruntime-Linux-GPU
upload_wheel: 'yes'
Expand Down
Loading