Skip to content

Commit

Permalink
Update eps.md about Python wheels for MIGraphX and ROCm
Browse files Browse the repository at this point in the history
  • Loading branch information
Looong01 authored Oct 12, 2024
1 parent f33a2d8 commit 6bdf4b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/build/eps.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6bdf4b6

Please sign in to comment.