Skip to content

Commit aa081d5

Browse files
committed
update
1 parent 1923661 commit aa081d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/ci_build/github/linux/ort_minimal/build_full_ort_and_create_ort_files.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,11 @@ python3.12 /onnxruntime_src/tools/ci_build/build.py \
2626
--build_wheel \
2727
--skip_tests \
2828
--enable_training_ops \
29-
--enable_pybind --cmake_extra_defines PYTHON_INCLUDE_DIR=/opt/python/cp310-cp310/include/python3.10 PYTHON_LIBRARY=/usr/lib64/librt.so \
3029
--use_nnapi \
3130
--use_coreml
3231

3332
# Install the ORT python wheel
34-
python3 -m pip install --user ${BUILD_DIR}/Debug/dist/*
33+
python3.12 -m pip install --user ${BUILD_DIR}/Debug/dist/*
3534

3635
# Convert all the E2E ONNX models to ORT format
3736
python3.12 /onnxruntime_src/tools/python/convert_onnx_models_to_ort.py \

0 commit comments

Comments
 (0)