mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-15 18:23:41 +00:00
* Update ORT Mobile documentation for both the pre-built package and custom build usage Add info on pre-built package and CoreML EP Refer to operator kernels and contrib ops documentation in github so we can point to the version specific content Tweak some aspects like not specifying nav_order in places (items sort alphabetically by default) * merge previous unmerged ios doc updates * Address PR comments * Minor tweaks * Address PR comments Co-authored-by: Guoyu Wang <wanggy@outlook.com>
1.1 KiB
1.1 KiB
| title | parent | grand_parent |
|---|---|---|
| Python API | API docs | Reference |
ONNX Runtime Python API
{: .no_toc }
Contents
{: .no_toc }
- TOC placeholder {:toc}
Supported Versions
Python 3.6 - 3.9
Builds
If using pip, run pip install --upgrade pip prior to downloading.
| Artifact | Description | Supported Platforms |
|---|---|---|
| onnxruntime | CPU (Release) | Windows (x64), Linux (x64, ARM64), Mac (X64), |
| ort-nightly | CPU (Dev) | Same as above |
| onnxruntime-gpu | GPU (Release) | Windows (x64), Linux (x64, ARM64) |
| ort-gpu-nightly | GPU (Dev) | Same as above |
For Python compiler version notes, see this page
API Reference
https://www.onnxruntime.ai/python