File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
630630Then 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
659659Then the python wheels(* .whl) could be found at ` ` ` ./build/Linux/Release/dist` ` ` .
660660
You can’t perform that action at this time.
0 commit comments