mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
Remove mklml in Linux python wheel packagaing (#53)
This commit is contained in:
parent
21cabe3ead
commit
cb1781927f
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ jobs:
|
|||
pool: Linux-CPU
|
||||
|
||||
steps:
|
||||
- script: 'tools/ci_build/github/linux/run_dockerbuild.sh -o ubuntu16.04 -d cpu -r $(Build.BinariesDirectory)'
|
||||
- script: 'tools/ci_build/github/linux/run_dockerbuild.sh -o ubuntu16.04 -d cpu -r $(Build.BinariesDirectory) -x "--use_mklml"'
|
||||
displayName: 'Command Line Script'
|
||||
env:
|
||||
AZURE_BLOB_KEY: $(onnxruntime-storage-key)
|
||||
|
|
|
|||
|
|
@ -38,6 +38,6 @@ else
|
|||
--config Debug Release --build_shared_lib \
|
||||
--skip_submodule_sync \
|
||||
--enable_pybind \
|
||||
--parallel --use_mkldnn --use_mklml --build_shared_lib $BUILD_EXTR_PAR
|
||||
--parallel --use_mkldnn --build_shared_lib $BUILD_EXTR_PAR
|
||||
/home/onnxruntimedev/Release/onnx_test_runner /data/onnx
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue