Skip to content

Commit

Permalink
latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed May 3, 2024
1 parent 72ab9b8 commit fd677d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pipelines/nuget-publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ parameters:
- name: ort_version
displayName: 'OnnxRuntime version'
type: string
default: '1.18.0-dev-20240423-0527-c07b8d545d'
default: 'latest'

- name: cuda_version
displayName: 'CUDA version'
Expand Down
2 changes: 1 addition & 1 deletion .pipelines/pypl-publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ parameters:
- name: ort_version
displayName: 'OnnxRuntime version'
type: string
default: '1.18.0-dev-20240423-0527-c07b8d545d'
default: 'latest'

- name: cuda_version
displayName: 'CUDA version'
Expand Down

0 comments on commit fd677d0

Please sign in to comment.