From d8e2e8fc49b56b138bae1e534e0254e1133d2d44 Mon Sep 17 00:00:00 2001 From: Maanav Dalal Date: Mon, 8 Jul 2024 11:22:38 -0700 Subject: [PATCH] Update index.md --- docs/install/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/index.md b/docs/install/index.md index 34cce54b3f67f..a7839874857b1 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -63,7 +63,7 @@ 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 -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). +To build from source on Linux, follow the instructions [here](https://onnxruntime.ai/docs/build/eps.html#amd-rocm). Alternatively, each major ORT release has a corresponding C/C++ ROCm package, found [here](https://github.com/microsoft/onnxruntime/releases/). ### Install ONNX to export the model