From f72474c24bea96b2de011fab1d51e28e897d6da1 Mon Sep 17 00:00:00 2001
From: shahasad <43590019+shahasad@users.noreply.github.com>
Date: Tue, 12 Feb 2019 09:58:20 -0800
Subject: [PATCH] Updated System requirements in README.md (#466)
* Updated System requirements in README.md
* spell correct
---
README.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README.md b/README.md
index 764608aa20..603613fbfe 100644
--- a/README.md
+++ b/README.md
@@ -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/)
Mac - Coming Soon | [Windows/Linux](https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime.Gpu/)
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).