mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-18 18:52:16 +00:00
a small fix for installation command (#20046)
Previous Command cannot `copy/paste` and install directly in terminal.
This commit is contained in:
parent
a62200665e
commit
f3efd8d265
1 changed files with 2 additions and 5 deletions
|
|
@ -17,16 +17,13 @@ nav_order: 1
|
|||
|
||||
```bash
|
||||
pip install numpy
|
||||
pip install onnxruntime-genai --pre --index-url=
|
||||
https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/onnxruntime-genai/pypi/simple/`
|
||||
pip install onnxruntime-genai --pre --index-url=https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/onnxruntime-genai/pypi/simple/
|
||||
```
|
||||
|
||||
Append `-cuda` for the library that is optimized for CUDA environments
|
||||
|
||||
```bash
|
||||
pip install onnxruntime-genai-cuda --pre --index-url=
|
||||
https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/onnxruntime-genai/pypi/simple/`
|
||||
|
||||
pip install onnxruntime-genai-cuda --pre --index-url=https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/onnxruntime-genai/pypi/simple/
|
||||
```
|
||||
|
||||
## Nuget package release candidates
|
||||
|
|
|
|||
Loading…
Reference in a new issue