mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-23 22:13:38 +00:00
fix training compilation option (#14151)
fix the pipeline failure for compilation option error
This commit is contained in:
parent
2ce7b1c1dc
commit
0ed7277bbe
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ stages:
|
|||
|
||||
- template: templates/py-packaging-stage.yml
|
||||
parameters:
|
||||
build_py_parameters: --enable_training --enable_training_api
|
||||
build_py_parameters: --enable_training --enable_training_apis
|
||||
enable_linux_gpu: false
|
||||
enable_ubuntu_cpu: false
|
||||
enable_linux_cpu: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue