We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f5766b commit 10f1bbcCopy full SHA for 10f1bbc
README.md
@@ -3,8 +3,10 @@
3
`Ortex` is a wrapper around [ONNX Runtime](https://onnxruntime.ai/) implemented as a
4
(limited) `Nx.Backend` using `Rustler` and [`ort`](https://github.com/pykeio/ort).
5
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.
+ONNX models are a standard machine learning model format that can be exported from most ML
+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.
10
11
## Examples
12
0 commit comments