mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-02 23:39:58 +00:00
remove --use_openmp in build.sh
This commit is contained in:
parent
faf65e960f
commit
bd8993cb15
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
|
@ -6,4 +6,4 @@
|
|||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
#requires python3.6 or higher
|
||||
python3 $DIR/tools/ci_build/build.py --use_openmp --build_dir $DIR/build/Linux "$@"
|
||||
python3 $DIR/tools/ci_build/build.py --build_dir $DIR/build/Linux "$@"
|
||||
|
|
|
|||
Loading…
Reference in a new issue