onnxruntime/docs/reference/api/python-api.md
Faith Xu d8bb0da9f9
Documentation: fix link, nav, minor update (#8612)
* fix links

* update order of api nav

* update execution provider how to, original PR #6266
2021-08-09 20:31:51 -07:00

1.1 KiB

title parent grand_parent nav_order
Python API API docs Reference 7

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

Samples

See Tutorials: API Basics - Python