mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-07 17:15:29 +00:00
Reduce whitespace at top of readme for easier reading (#148)
* Reduce whitespace at top of readme for easier reading * Update README.md
This commit is contained in:
parent
60c6b9dfd0
commit
396e95bc4b
1 changed files with 1 additions and 4 deletions
|
|
@ -1,13 +1,10 @@
|
|||
# ONNX Runtime
|
||||
|
||||
<p align="center"><img width="50%" src="docs/images/ONNX_Runtime_logo_dark.png" /></p>
|
||||
|
||||
| Windows CPU | Windows GPU | Linux CPU | Linux GPU | MacOS CPU |
|
||||
|-------------|-------------|-------------|-------------|-------------|
|
||||
|[](https://dev.azure.com/onnxruntime/onnxruntime/_build/latest?definitionId=9)|[](https://dev.azure.com/onnxruntime/onnxruntime/_build/latest?definitionId=10)|[](https://dev.azure.com/onnxruntime/onnxruntime/_build/latest?definitionId=11)|[](https://dev.azure.com/onnxruntime/onnxruntime/_build/latest?definitionId=12)|[](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).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue