File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 39
39
40
40
- `ONNX <https://onnx.ai>`_ standard library
41
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.
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.
43
44
44
45
They can be installed through `pip <https://pypi.org/project/pip/>`_:
45
46
46
47
.. code-block:: bash
47
48
48
- pip install --upgrade onnx onnxscript
49
+ pip install --upgrade onnx onnxscript onnxruntime
49
50
50
51
To validate the installation, run the following commands:
51
52
You can’t perform that action at this time.
0 commit comments