From 396e95bc4b8341309a9ba28c2e6e0dc69d9ee421 Mon Sep 17 00:00:00 2001 From: Prasanth Pulavarthi Date: Tue, 11 Dec 2018 13:52:47 -0800 Subject: [PATCH] Reduce whitespace at top of readme for easier reading (#148) * Reduce whitespace at top of readme for easier reading * Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 90addca225..b6c26bc880 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,10 @@ -# ONNX Runtime -

| Windows CPU | Windows GPU | Linux CPU | Linux GPU | MacOS CPU | |-------------|-------------|-------------|-------------|-------------| |[![Build Status](https://dev.azure.com/onnxruntime/onnxruntime/_apis/build/status/Windows%20CPU%20CI%20Pipeline)](https://dev.azure.com/onnxruntime/onnxruntime/_build/latest?definitionId=9)|[![Build Status](https://dev.azure.com/onnxruntime/onnxruntime/_apis/build/status/Windows%20GPU%20CI%20Pipeline)](https://dev.azure.com/onnxruntime/onnxruntime/_build/latest?definitionId=10)|[![Build Status](https://dev.azure.com/onnxruntime/onnxruntime/_apis/build/status/Linux%20CPU%20CI%20Pipeline)](https://dev.azure.com/onnxruntime/onnxruntime/_build/latest?definitionId=11)|[![Build Status](https://dev.azure.com/onnxruntime/onnxruntime/_apis/build/status/Linux%20GPU%20CI%20Pipeline)](https://dev.azure.com/onnxruntime/onnxruntime/_build/latest?definitionId=12)|[![Build Status](https://dev.azure.com/onnxruntime/onnxruntime/_apis/build/status/MacOS%20CI%20Pipeline)](https://dev.azure.com/onnxruntime/onnxruntime/_build/latest?definitionId=13)| -# Introduction -ONNX Runtime is an open-source scoring engine for Open Neural Network Exchange (ONNX) models. +**ONNX Runtime** is an open-source scoring engine for Open Neural Network Exchange (ONNX) models. ONNX is an open format for machine learning (ML) models that is supported by various ML and DNN frameworks and tools. This format makes it easier to interoperate between frameworks and to maximize the reach of your hardware optimization investments. Learn more about ONNX on [https://onnx.ai](https://onnx.ai) or view the [Github Repo](https://github.com/onnx/onnx).