mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-25 02:50:42 +00:00
switch build agents to the CUDA 10 pool (#106)
This commit is contained in:
parent
0573952499
commit
3dcf344f09
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
jobs:
|
||||
- job: Linux_CI_GPU_Dev
|
||||
pool: Linux-GPU
|
||||
pool: Linux-GPU-CUDA10
|
||||
steps:
|
||||
- script: 'tools/ci_build/github/linux/run_dockerbuild.sh -o ubuntu16.04 -d gpu -r $(Build.BinariesDirectory)'
|
||||
displayName: 'Command Line Script'
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
jobs:
|
||||
- job: Windows_CI_GPU_Dev
|
||||
pool: Win-GPU
|
||||
pool: Win-GPU-CUDA10
|
||||
variables:
|
||||
CUDA_VERSION: '9.1'
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue