mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-22 19:23:30 +00:00
disable cache for training_x64_debug (#14358)
### Description disable cache to save disk space for training_x64_debug ### Motivation and Context To mitigate not enough disk space in training_x64_debug first.
This commit is contained in:
parent
80d61989e9
commit
b51415b0ea
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ stages:
|
|||
isTraining: true
|
||||
ORT_EP_NAME: CPU
|
||||
GenerateDocumentation: false
|
||||
WITH_CACHE: true
|
||||
WITH_CACHE: false
|
||||
MachinePool: 'onnxruntime-Win2019-CPU-training'
|
||||
|
||||
- stage: training_x64_release
|
||||
|
|
|
|||
Loading…
Reference in a new issue