Update BUILD.md

This commit is contained in:
Changming Sun 2020-12-31 15:42:11 -08:00
parent cd14c1af29
commit d5cb17c679

View file

@ -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.