mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
Update README.md (#2070)
Update the vcredist package link Note: Visual C++ 2015, 2017 and 2019 all share the same redistributable files.
This commit is contained in:
parent
3b335c933f
commit
368bdfd936
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ Additional dockerfiles for some features can be found [here](./dockerfiles).
|
|||
* ONNX Runtime binaries in the CPU packages use OpenMP and depend on the library being available at runtime in the
|
||||
system.
|
||||
* For Windows, **OpenMP** support comes as part of VC runtime. It is also available as redist packages:
|
||||
[vc_redist.x64.exe](https://aka.ms/vs/15/release/vc_redist.x64.exe) and [vc_redist.x86.exe](https://aka.ms/vs/15/release/vc_redist.x86.exe)
|
||||
[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**
|
||||
|
|
|
|||
Loading…
Reference in a new issue