We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50876fd + a0b5d4b commit 383c97aCopy full SHA for 383c97a
beginner_source/onnx/intro_onnx.py
@@ -39,13 +39,14 @@
39
40
- `ONNX <https://onnx.ai>`_ standard library
41
- `ONNX Script <https://onnxscript.ai>`_ library that enables developers to author ONNX operators,
42
- functions and models using a subset of Python in an expressive, and yet simple fashion.
+ functions and models using a subset of Python in an expressive, and yet simple fashion
43
+ - `ONNX Runtime <https://onnxruntime.ai>`_ accelerated machine learning library.
44
45
They can be installed through `pip <https://pypi.org/project/pip/>`_:
46
47
.. code-block:: bash
48
- pip install --upgrade onnx onnxscript
49
+ pip install --upgrade onnx onnxscript onnxruntime
50
51
To validate the installation, run the following commands:
52
0 commit comments