Skip to content

Commit

Permalink
py-win-gpu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Oct 22, 2024
1 parent 606533b commit 991267b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ parameters:
- 11.8
- 12.2

- name: Build
- name: PythonVersions
type: object
displayName: 'Python versions to build'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ parameters:

stages:
- ${{ each python_version in parameters.PythonVersions }}:
- template: py-win-gpu.yml
- template: py-win-gpu-stage.yml
parameters:
MACHINE_POOL: 'onnxruntime-Win2022-GPU-dml-A10'
PYTHON_VERSION: ${{ python_version }}
Expand Down

0 comments on commit 991267b

Please sign in to comment.