mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
Updated System requirements in README.md (#466)
* Updated System requirements in README.md * spell correct
This commit is contained in:
parent
e7c1b774e8
commit
f72474c24b
1 changed files with 4 additions and 0 deletions
|
|
@ -64,6 +64,10 @@ If you already have an ONNX model, just [install the runtime](#Installation) for
|
|||
| [C](docs/C_API.md) | [Windows/Linux](https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime/)<br>Mac - Coming Soon | [Windows/Linux](https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime.Gpu/)<br>Mac - Coming Soon |
|
||||
| [C++](onnxruntime/core/session/inference_session.h) | TBD | TBD |
|
||||
|
||||
## System Requirements
|
||||
* The OnnxRuntime binaries in CPU packages use OpenMP and depends on the library being available at runtime in the system. For Windows, OpenMP support comes as part of VC runtime. For Linux, the system must have the libgomp.so.1 installed.
|
||||
* The GPU builds require the CUDA9.1 and cuDNN 7.3 runtime libraries being installed in the system.
|
||||
|
||||
## Build Details
|
||||
For details on the build configurations and information on how to create a build, see [Build ONNX Runtime](BUILD.md).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue