Skip to content

Commit 7268aaf

Browse files
committed
more
1 parent 2a3a7db commit 7268aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build/eps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The onnxruntime code will look for the provider shared libraries in the same loc
4646
{: .no_toc }
4747

4848
* Install [CUDA](https://developer.nvidia.com/cuda-toolkit) and [cuDNN](https://developer.nvidia.com/cudnn)
49-
* The CUDA execution provider for ONNX Runtime is built and tested with CUDA 11.8, 12.2 and cuDNN 8.9. Check [here](../execution-providers/CUDA-ExecutionProvider.md#requirements) for more version information.
49+
* The CUDA execution provider for ONNX Runtime is built and tested with CUDA 11.8, 12.x and cuDNN 9. Check [here](../execution-providers/CUDA-ExecutionProvider.md#requirements) for more version information.
5050
* The path to the CUDA installation must be provided via the CUDA_HOME environment variable, or the `--cuda_home` parameter. The installation directory should contain `bin`, `include` and `lib` sub-directories.
5151
* The path to the CUDA `bin` directory must be added to the PATH environment variable so that `nvcc` is found.
5252
* The path to the cuDNN installation must be provided via the CUDNN_HOME environment variable, or `--cudnn_home` parameter. In Windows, the installation directory should contain `bin`, `include` and `lib` sub-directories.

0 commit comments

Comments
 (0)