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:
Yi Zhang 2023-01-19 15:08:34 +08:00 committed by GitHub
parent 80d61989e9
commit b51415b0ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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