Skip to content

Commit c114d00

Browse files
authored
Corrected compilation errors (#24893)
### Description <!-- Describe your changes. --> Corrected compilation errors for ROCm and MIGraphX python wheels. ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. -->
1 parent 4ee2de5 commit c114d00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/build/eps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ Dockerfile instructions are available [here](https://github.com/microsoft/onnxru
625625
626626
#### Build Phython Wheel
627627
628-
`./build.sh --config Release --build --build_wheel --parallel --use_migraphx --migraphx_home /opt/rocm`
628+
`./build.sh --config Release --build_wheel --parallel --use_migraphx --migraphx_home /opt/rocm`
629629
630630
Then the python wheels(*.whl) could be found at ```./build/Linux/Release/dist```.
631631
@@ -654,7 +654,7 @@ Dockerfile instructions are available [here](https://github.com/microsoft/onnxru
654654
655655
#### Build Phython Wheel
656656
657-
`./build.sh --config Release --build --build_wheel --parallel --use_rocm --rocm_home /opt/rocm`
657+
`./build.sh --config Release --build_wheel --parallel --use_rocm --rocm_home /opt/rocm`
658658
659659
Then the python wheels(*.whl) could be found at ```./build/Linux/Release/dist```.
660660

0 commit comments

Comments
 (0)