Skip to content

Commit

Permalink
Update after review
Browse files Browse the repository at this point in the history
  • Loading branch information
natke committed Oct 25, 2024
1 parent 1bf6fb4 commit 78d8e57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/execution-providers/QNN-ExecutionProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Note: Starting version 1.18.0 , you do not need to separately download and insta
- Python 3.11.x
- Numpy 1.25.2 or >= 1.26.4
- Install: `pip install onnxruntime-qnn`
- Install nightly package `python -m pip install -i https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/onnxruntime-qnn`
- Install nightly package `python -m pip install --pre --extra-index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple`

## Qualcomm AI Hub
Qualcomm AI Hub can be used to optimize and run models on Qualcomm hosted devices.
Expand Down
2 changes: 1 addition & 1 deletion docs/get-started/with-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ python -m pip install onnxruntime-gpu --index-url=https://aiinfra.pkgs.visualstu

Example to install onnxruntime-gpu for CUDA 12.*:
```
python -m pip install onnxruntime-gpu --index-url=https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/
python -m pip install onnxruntime-gpu pre --extra-url=https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/
```

For Python compiler version notes, see [this page](https://github.com/microsoft/onnxruntime/tree/main/docs/Python_Dev_Notes.md)
Expand Down

0 comments on commit 78d8e57

Please sign in to comment.