mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-08 17:17:15 +00:00
Remove debug build/test in Mac CPU training (#12698)
* run mac training parallely * update jobname * remove debug build/test
This commit is contained in:
parent
d91f017da1
commit
dee2fdffb0
1 changed files with 1 additions and 3 deletions
|
|
@ -1,5 +1,3 @@
|
|||
trigger: none
|
||||
|
||||
jobs:
|
||||
- template: templates/mac-ci.yml
|
||||
parameters:
|
||||
|
|
@ -11,7 +9,7 @@ jobs:
|
|||
--skip_submodule_sync
|
||||
--parallel
|
||||
--build_shared_lib
|
||||
--config Debug RelWithDebInfo
|
||||
--config RelWithDebInfo
|
||||
--enable_training
|
||||
DoNugetPack: 'false'
|
||||
# Enable unreleased onnx opsets in CI builds
|
||||
|
|
|
|||
Loading…
Reference in a new issue