Skip to content

Commit

Permalink
utilizing 1es on cuda package pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Oct 22, 2024
1 parent 62f0014 commit c8b1f5d
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ extends:
# For productions pipelines, use "Official".
template: v1/1ES.Official.PipelineTemplate.yml@1esPipelines
parameters:
# Update the pool with your team's 1ES hosted pool.
pool:
name: 'onnxruntime-Win-CPU-2022' # Name of your hosted pool
os: windows # OS of the image. This value cannot be a variable. Allowed values: windows, linux, macOS

stages:
- template: stages/py-gpu-packaging-stage.yml
parameters:
Expand Down

0 comments on commit c8b1f5d

Please sign in to comment.