Skip to content

Commit 10f1bbc

Browse files
committed
Updated README
1 parent 2f5766b commit 10f1bbc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
`Ortex` is a wrapper around [ONNX Runtime](https://onnxruntime.ai/) implemented as a
44
(limited) `Nx.Backend` using `Rustler` and [`ort`](https://github.com/pykeio/ort).
55

6-
This allows for easy loading and fast inference of ONNX models using different backends
7-
available to ONNX Runtime such as CUDA, TensorRT, CoreML, and ARM Compute Library.
6+
ONNX models are a standard machine learning model format that can be exported from most ML
7+
libraries like PyTorch and TensorFlow. Ortex allows for easy loading and fast inference of
8+
ONNX models using different backends available to ONNX Runtime such as CUDA, TensorRT, Core
9+
ML, and ARM Compute Library.
810

911
## Examples
1012

0 commit comments

Comments
 (0)