mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-19 19:00:47 +00:00
Update BUILD.md
This commit is contained in:
parent
cd14c1af29
commit
d5cb17c679
1 changed files with 7 additions and 4 deletions
11
BUILD.md
11
BUILD.md
|
|
@ -728,14 +728,17 @@ ORT_DEBUG_NODE_IO_DUMP_DATA_TO_FILES=1
|
|||
---
|
||||
|
||||
## Architectures
|
||||
### x86
|
||||
### [64-bit x86](https://en.wikipedia.org/wiki/X86-64) (also known as x86_64 or AMD64)
|
||||
|
||||
This is the default.
|
||||
|
||||
### 32-bit x86
|
||||
#### Build Instructions
|
||||
##### Windows
|
||||
* add `--x86` argument when launching `.\build.bat`
|
||||
|
||||
##### Linux
|
||||
* Must be built on a x86 OS
|
||||
* add --x86 argument to build.sh
|
||||
(Not officially supported)
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -1230,4 +1233,4 @@ These dependency versions should reflect what is in [Dockerfile.training](./dock
|
|||
* Change to the ONNX Runtime repo base folder: `cd onnxruntime`
|
||||
* Run `./build.sh --config RelWithDebInfo --enable_training --build_wheel --use_rocm --rocm_home /opt/rocm --nccl_home /opt/rocm --mpi_home <location for openmpi>`
|
||||
|
||||
This produces the .whl file in `./build/Linux/RelWithDebInfo/dist` for ONNX Runtime Training.
|
||||
This produces the .whl file in `./build/Linux/RelWithDebInfo/dist` for ONNX Runtime Training.
|
||||
|
|
|
|||
Loading…
Reference in a new issue