Skip to content

Commit

Permalink
Added requested install instructions to ORT ROCm Python. (#21124)
Browse files Browse the repository at this point in the history
To close: #21036
  • Loading branch information
MaanavD authored Jul 8, 2024
1 parent c987d34 commit 8c073f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ For Cuda 12.x, please use the following instructions to install from [ORT Azure
pip install onnxruntime-gpu --extra-index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/onnxruntime-cuda-12/pypi/simple/
```

#### 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 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

```bash
Expand Down

0 comments on commit 8c073f9

Please sign in to comment.