Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
parinitarahi authored Nov 22, 2024
1 parent 4dcc757 commit 761497e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ nav_order: 1
redirect_from: /docs/how-to/install
---

# Install Dependencies before installing ONNX Runtime

pip install flatbuffers numpy packaging protobuf sympy
pip install --upgrade --pre onnxruntime --index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/

# Install ONNX Runtime

See the [installation matrix](https://onnxruntime.ai) for recommended instructions for desired combinations of target
Expand All @@ -30,6 +35,9 @@ under [Compatibility](../reference/compatibility).
require [Visual C++ 2019 runtime](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads).
The latest version is recommended.




### CUDA and CuDNN

For ONNX Runtime GPU package, it is required to install [CUDA](https://developer.nvidia.com/cuda-toolkit) and [cuDNN](https://developer.nvidia.com/cudnn). Check [CUDA execution provider requirements](../execution-providers/CUDA-ExecutionProvider.md#requirements) for compatible version of CUDA and cuDNN.
Expand Down

0 comments on commit 761497e

Please sign in to comment.