Skip to content

Commit

Permalink
docs: late to this trend
Browse files Browse the repository at this point in the history
  • Loading branch information
decahedron1 committed Apr 24, 2024
1 parent f6438c9 commit e1c293e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Binary file added docs/assets/trend-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions docs/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
title: Introduction
---

<p style={{ fontSize: '1.5rem', textAlign: 'center' }}>
`ort` is an open-source Rust binding for [ONNX Runtime](https://onnxruntime.ai/).
</p>
<div style={{ display: 'flex', flexDirection: 'column', alignItems: 'center' }}>
<img src="/assets/trend-banner.png" style={{ maxHeight: '360px' }} />
<p style={{ fontSize: '1.5rem', textAlign: 'center', marginTop: 0 }}><code>ort</code> is an open-source Rust binding for <a href="https://onnxruntime.ai/">ONNX Runtime</a>.</p>
</div>

<Warning>
These docs are for the latest alpha version of `ort`, `2.0.0-rc.1`. This version is production-ready (just not API stable) and we recommend new & existing projects use it.
Expand Down

0 comments on commit e1c293e

Please sign in to comment.