mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
Update README and other files with the correct cuda version used for 1.0 release. (#2222)
This commit is contained in:
parent
ff2c4a4d7e
commit
384c686f40
2 changed files with 2 additions and 3 deletions
2
BUILD.md
2
BUILD.md
|
|
@ -139,7 +139,7 @@ Build command:
|
|||
### CUDA
|
||||
#### Pre-Requisites
|
||||
* Install [CUDA](https://developer.nvidia.com/cuda-toolkit) and [cuDNN](https://developer.nvidia.com/cudnn)
|
||||
* ONNX Runtime is built and tested with CUDA 10.0 and cuDNN 7.3 using the Visual Studio 2017 14.11 toolset (i.e. Visual Studio 2017 v15.3). CUDA versions from 9.1 up to 10.1, and cuDNN versions from 7.1 up to 7.4 should also work with Visual Studio 2017.
|
||||
* ONNX Runtime is built and tested with CUDA 10.0 and cuDNN 7.6 using the Visual Studio 2017 14.11 toolset (i.e. Visual Studio 2017 v15.3). CUDA versions from 9.1 up to 10.1, and cuDNN versions from 7.1 up to 7.4 should also work with Visual Studio 2017.
|
||||
* The path to the CUDA installation must be provided via the CUDA_PATH environment variable, or the `--cuda_home parameter`
|
||||
* The path to the cuDNN installation (include the `cuda` folder in the path) must be provided via the cuDNN_PATH environment variable, or `--cudnn_home parameter`. The cuDNN path should contain `bin`, `include` and `lib` directories.
|
||||
* The path to the cuDNN bin directory must be added to the PATH environment variable so that cudnn64_7.dll is found.
|
||||
|
|
|
|||
|
|
@ -103,8 +103,7 @@ system.
|
|||
[vc_redist.x64.exe](https://aka.ms/vs/16/release/vc_redist.x64.exe) and [vc_redist.x86.exe](https://aka.ms/vs/16/release/vc_redist.x86.exe)
|
||||
* For Linux, the system must have **libgomp.so.1** which can be installed using `apt-get install libgomp1`.
|
||||
* GPU builds require CUDA runtime libraries being installed on the system:
|
||||
* Version: **CUDA 10.0** and **cuDNN 7.3**
|
||||
* Linux Python packages require **CUDA 10.1** and **cuDNN 7.6**
|
||||
* Version: **CUDA 10.0** and **cuDNN 7.6**
|
||||
* Older ONNX Runtime releases: used **CUDA 9.1** and **cuDNN 7.1** - please refer to [prior release notes](https://github.com/microsoft/onnxruntime/releases) for more details.
|
||||
* Python binaries are compatible with **Python 3.5-3.7**. See [Python Dev Notes](./docs/Python_Dev_Notes.md). If using `pip` to be download the Python binaries, run `pip install --upgrade pip` prior to downloading.
|
||||
* Certain operators makes use of system locales. Installation of the **English language package** and configuring `en_US.UTF-8 locale` is required.
|
||||
|
|
|
|||
Loading…
Reference in a new issue