mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-31 23:27:43 +00:00
[Fix] Upload training CUDA daily wheel (#20183)
### 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. -->
This commit is contained in:
parent
7303a90f49
commit
4ea54b82f9
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue