Updated System requirements in README.md (#466)

* Updated System requirements in README.md

* spell correct
This commit is contained in:
shahasad 2019-02-12 09:58:20 -08:00 committed by GitHub
parent e7c1b774e8
commit f72474c24b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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).