From 330bb32b4055f0e32c26652c8d88cd28540b0d9a Mon Sep 17 00:00:00 2001 From: MaanavD Date: Thu, 27 Jun 2024 18:21:30 -0400 Subject: [PATCH] Added prebuilt wheels for simplicity. --- docs/install/index.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/install/index.md b/docs/install/index.md index c1517a53b0fcc..34cce54b3f67f 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -63,12 +63,8 @@ pip install onnxruntime-gpu --extra-index-url https://aiinfra.pkgs.visualstudio. #### Install ONNX Runtime GPU (ROCm) For ROCm, please follow instructions to install it at the [AMD ROCm install docs](https://rocm.docs.amd.com/projects/install-on-linux/en/docs-6.0.0/). The ROCm execution provider for ONNX Runtime is built and tested with ROCm 6.0.0 -To build on Linux, use the following instructions: -```bash -./build.sh --config --use_rocm --rocm_home -``` +Each major ORT release has a corresponding ROCm package, found [here](https://github.com/microsoft/onnxruntime/releases/). Alternatively, to build from source on Linux, follow the instructions [here](https://onnxruntime.ai/docs/build/eps.html#amd-rocm). -See more information about the ROCm Execution Provider [here](https://onnxruntime.ai/docs/execution-providers/ROCm-ExecutionProvider.html). ### Install ONNX to export the model