Skip to content

Commit

Permalink
Addressing review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjitshs committed Sep 26, 2024
1 parent 7605e38 commit 8af7816
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/build/inferencing.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,10 @@ To initiate build, run the below command
--parallel
```
* If you want to install the package in custom directory, then mention the directory location as value of CMAKE_INSTALL_PREFIX.
* If you want to install the package in a custom directory, then mention the directory location as value of CMAKE_INSTALL_PREFIX.
* In case of IBM Open XL compiler tool chain, It is possible that in AIX 7.2 some of the runtime libraries like libunwind.a needed for onnxruntime, will be missing. To fix this, you can install the relevant file-sets.
* --parallel option in build option.
As name suggest, this option is for parallel building and resource intensive option. So, if your system is not having good amount of memory , then this option can be skipped. As per our understanding, use this option if you have 60GB+ RAM in your system.
As name suggest, this option is for parallel building and resource intensive option. So, if your system is not having good amount of memory for each CPU core, then this option can be skipped.
* --allow_running_as_root is needed if root user is triggering the build.
Expand Down

0 comments on commit 8af7816

Please sign in to comment.