Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn committed Jan 17, 2025
1 parent 1923661 commit aa081d5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@ python3.12 /onnxruntime_src/tools/ci_build/build.py \
--build_wheel \
--skip_tests \
--enable_training_ops \
--enable_pybind --cmake_extra_defines PYTHON_INCLUDE_DIR=/opt/python/cp310-cp310/include/python3.10 PYTHON_LIBRARY=/usr/lib64/librt.so \
--use_nnapi \
--use_coreml

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

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

0 comments on commit aa081d5

Please sign in to comment.