Skip to content

Commit deb89ba

Browse files
labintsevc-p-i-o
authored andcommitted
Update intro_onnx.py (#3033)
Add onnxruntime dependency
1 parent c7a99c5 commit deb89ba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

beginner_source/onnx/intro_onnx.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,14 @@
3939
4040
- `ONNX <https://onnx.ai>`_ standard library
4141
- `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.
42+
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.
4344
4445
They can be installed through `pip <https://pypi.org/project/pip/>`_:
4546
4647
.. code-block:: bash
4748
48-
pip install --upgrade onnx onnxscript
49+
pip install --upgrade onnx onnxscript onnxruntime
4950
5051
To validate the installation, run the following commands:
5152

0 commit comments

Comments
 (0)