Skip to content

Commit d79e49e

Browse files
authored
Corrected compilation errors
1 parent fc087d8 commit d79e49e

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)