diff --git a/docs/build/eps.md b/docs/build/eps.md index ef1ac9da4e4ae..47e69d22fdc0e 100644 --- a/docs/build/eps.md +++ b/docs/build/eps.md @@ -557,6 +557,8 @@ Dockerfile instructions are available [here](https://github.com/microsoft/onnxru `./build.sh --config Release --build --build_wheel --parallel --use_migraphx --migraphx_home /opt/rocm` +Then the python wheels(*.whl) could be found at ```./build/Linux/Release/dist```. + --- ## AMD ROCm @@ -584,6 +586,8 @@ Dockerfile instructions are available [here](https://github.com/microsoft/onnxru `./build.sh --config Release --build --build_wheel --parallel --use_rocm --rocm_home /opt/rocm` +Then the python wheels(*.whl) could be found at ```./build/Linux/Release/dist```. + --- ## NNAPI