Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update install docs and add troubleshooting page #21210

Merged
merged 4 commits into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove old CUDA doc
  • Loading branch information
natke committed Jul 1, 2024
commit 77743a8b331d0487ce9278bd0a34f635cba666ba
4 changes: 2 additions & 2 deletions docs/genai/howto/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ pip install onnxruntime-genai-directml --pre

### CUDA

#### CUDA 11

Append `-cuda` for the library that is optimized for CUDA environments

#### CUDA 11

```bash
pip install numpy
pip install onnxruntime-genai-cuda --pre --index-url=https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/onnxruntime-genai/pypi/simple/
Expand Down
16 changes: 0 additions & 16 deletions docs/genai/howto/setup-cuda-env.md

This file was deleted.

Loading