Skip to content

Commit

Permalink
[ZENDNN FWK] Update BUILD_SOURCE.md file
Browse files Browse the repository at this point in the history
 - add --allow_running_as_root param to build command

Signed-off-by: Devasena Kirthika S <[email protected]>
Change-Id: Ie0d682aade01771ccd7f107b8c401351851538e7
Reviewed-on: https://gerrit-git.amd.com/c/amd/ec/ZenDNN_ONNXRuntime/+/1056206
Tested-by: Llvm Cpu <[email protected]>
Reviewed-by: Pratap Gadi <[email protected]>
Reviewed-by: Ajeet Singh <[email protected]>
Reviewed-by: Chandra Kumar Ramasamy <[email protected]>
(cherry picked from commit 475829d)
Reviewed-on: https://gerrit-git.amd.com/c/amd/ec/ZenDNN_ONNXRuntime/+/1057069
Tested-by: Kiriti Pendyala <[email protected]>
  • Loading branch information
Devasena Kirthika S authored and kiriti-pendyala committed May 15, 2024
1 parent 19b5e16 commit 66f7523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD_SOURCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ $ source scripts/zendnn_ONNXRT_env_setup.sh
### Build and install the pip package
Ensure that you install the ONNX Runtime-ZenDNN package corresponding to the Python version with which you created the conda environment.
```
$ ./build.sh --config Release --build_shared_lib --parallel --use_zendnn --build_wheel --use_openmp --skip_onnx_tests
$ ./build.sh --config Release --build_shared_lib --parallel --use_zendnn --build_wheel --use_openmp --skip_onnx_tests --allow_running_as_root
$ pip install --force-reinstall ./build/Linux/Release/dist/<*.whl>
$ pip install --force protobuf==3.20.2
```
Expand Down

0 comments on commit 66f7523

Please sign in to comment.