diff --git a/docs/build/eps.md b/docs/build/eps.md index ed7cc1596b35f..6d1049db7c708 100644 --- a/docs/build/eps.md +++ b/docs/build/eps.md @@ -670,10 +670,7 @@ See more information on the ROCm Execution Provider [here](../execution-provider ./build.sh --config --use_rocm --rocm_home --build_wheel --update --build --parallel ``` -#### Linux (with Composable Kernel) -```bash -./build.sh --config --use_rocm --rocm_home --build_wheel --update --build --parallel --cmake_extra_defines onnxruntime_USE_COMPOSABLE_KERNEL=ON -``` +This produces the .whl file in `./build/Linux//dist`. Dockerfile instructions are available [here](https://github.com/microsoft/onnxruntime/tree/main/dockerfiles#rocm).