Skip to content

Commit

Permalink
[Fix] Upload training CUDA daily wheel (#20183)
Browse files Browse the repository at this point in the history
### Description
<!-- Describe your changes. -->



### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
  • Loading branch information
mszhanyi authored Apr 3, 2024
1 parent 7303a90 commit 4ea54b8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ stages:
value: ${{ parameters.python_version }}
- name: Repository
value: onnxruntimetraininggpubuild_${{ parameters.python_version }}
- name: UploadWheel
value: ${{ parameters.upload_wheel }}
dependsOn: Build_${{ parameters.stage_name }}
jobs:
- job: Test_GPU
Expand Down

0 comments on commit 4ea54b8

Please sign in to comment.