We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a99c5 commit deb89baCopy full SHA for deb89ba
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