Remove mklml in Linux python wheel packagaing (#53)

This commit is contained in:
Raymond Yang 2018-11-28 17:37:49 -08:00 committed by Pranav Sharma
parent 21cabe3ead
commit cb1781927f
2 changed files with 2 additions and 2 deletions

View file

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

View file

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