mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-18 21:21:17 +00:00
Update BUILD.md
This commit is contained in:
parent
91ffb980a2
commit
70985fa803
1 changed files with 1 additions and 1 deletions
2
BUILD.md
2
BUILD.md
|
|
@ -50,7 +50,7 @@ ONNX Runtime python binding only supports Python 3.x. Please use python 3.5+.
|
|||
python3 setup.py bdist_wheel
|
||||
pip3 install --upgrade dist/*.whl
|
||||
```
|
||||
5. Run `./build.sh --config RelWithDebInfo --build\_wheel` for Linux (or `./build.bat --config RelWithDebInfo --build\_wheel` for Windows)
|
||||
5. Run `./build.sh --config RelWithDebInfo --build_wheel` for Linux (or `build.bat --config RelWithDebInfo --build_wheel` for Windows)
|
||||
|
||||
The build script runs all unit tests by default.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue