Skip to content

Commit

Permalink
a small fix for installation command (#20046)
Browse files Browse the repository at this point in the history
Previous Command cannot `copy/paste` and install directly in terminal.
  • Loading branch information
rui-ren authored Mar 23, 2024
1 parent a622006 commit f3efd8d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/genai/howto/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f3efd8d

Please sign in to comment.