Skip to content

Commit

Permalink
Re-order Python packages
Browse files Browse the repository at this point in the history
  • Loading branch information
natke committed Oct 21, 2024
1 parent 49fce53 commit 95e51da
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions docs/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,34 +52,34 @@ pip install onnxruntime
pip install --pre --extra-index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/ onnxruntime
```

### Install ONNX Runtime GPU (CUDA 12.x)

The default CUDA version for [onnxruntime-gpu in pypi](https://pypi.org/project/onnxruntime-gpu) is 12.x since 1.19.0.
### Install ONNX Runtime GPU (DirectML)

```bash
pip install onnxruntime-gpu
pip install onnxruntime-directml
```

#### Install nightly

```bash
pip install --pre --extra-index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/ onnxruntime-gpu
pip install --pre --extra-index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/ onnxruntime-directml
```

For previous versions, you can download here: [1.18.1](https://aiinfra.visualstudio.com/PublicPackages/_artifacts/feed/onnxruntime-cuda-12/PyPI/onnxruntime-gpu/overview/1.18.1), [1.18.0](https://aiinfra.visualstudio.com/PublicPackages/_artifacts/feed/onnxruntime-cuda-12/PyPI/onnxruntime-gpu/overview/1.18.0)
### Install ONNX Runtime GPU (CUDA 12.x)

### Install ONNX Runtime GPU (DirectML)
The default CUDA version for [onnxruntime-gpu in pypi](https://pypi.org/project/onnxruntime-gpu) is 12.x since 1.19.0.

```bash
pip install onnxruntime-directml
pip install onnxruntime-gpu
```

#### Install nightly

```bash
pip install --pre --extra-index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/ onnxruntime-directml
pip install --pre --extra-index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/ onnxruntime-gpu
```

For previous versions, you can download here: [1.18.1](https://aiinfra.visualstudio.com/PublicPackages/_artifacts/feed/onnxruntime-cuda-12/PyPI/onnxruntime-gpu/overview/1.18.1), [1.18.0](https://aiinfra.visualstudio.com/PublicPackages/_artifacts/feed/onnxruntime-cuda-12/PyPI/onnxruntime-gpu/overview/1.18.0)


### Install ONNX Runtime GPU (CUDA 11.x)

Expand All @@ -94,8 +94,6 @@ For previous versions, you can download here: [1.18.1](https://pypi.org/project/

### Install ONNX Runtime QNN

### Install ONNX Runtime GPU (DirectML)

```bash
pip install onnxruntime-qnn
```
Expand Down

0 comments on commit 95e51da

Please sign in to comment.