mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-29 03:30:52 +00:00
Use A100 for LLama2 model test (#21068)
### Description ### 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
9ef4f1b789
commit
809cb26ace
1 changed files with 4 additions and 1 deletions
|
|
@ -296,7 +296,10 @@ stages:
|
|||
skipComponentGovernanceDetection: true
|
||||
workspace:
|
||||
clean: all
|
||||
pool: Onnxruntime-Linux-A10-24G
|
||||
pool:
|
||||
name: Onnxruntime-Linux-GPU-A100-WUS3
|
||||
demands:
|
||||
- WorkFolder -equals /mnt/storage/
|
||||
steps:
|
||||
- task: mspremier.PostBuildCleanup.PostBuildCleanup-task.PostBuildCleanup@3
|
||||
displayName: 'Clean Agent Directories'
|
||||
|
|
|
|||
Loading…
Reference in a new issue