You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add 'cpu' extra dependency to install OTX in CPU-only mode; CPU is the most lightweight installation option as it doesn't include GPU/XPU drivers. It can be useful for platforms that don't have a GPU (embedded devices, laptops, CI workers, ...)
Copy file name to clipboardExpand all lines: library/docs/source/guide/get_started/installation.rst
+46-90Lines changed: 46 additions & 90 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,139 +16,95 @@ The current version of OpenVINO™ Training Extensions was tested in the followi
16
16
To enable efficient execution of multiple models, we increase the ONEDNN_PRIMITIVE_CACHE_CAPACITY environment variable from its default value to 10000.
17
17
For more information, refer to the `Primitive cache <https://www.intel.com/content/www/us/en/docs/onednn/developer-guide-reference/2024-1/primitive-cache-002.html>`_.
18
18
19
-
***************
20
-
Installing ``uv``
21
-
***************
19
+
*****************
20
+
Install from pypi
21
+
*****************
22
22
23
-
To use OpenVINO™ Training Extensions with ``uv``, you first need to install the ``uv`` tool.
23
+
The easiest way to install OpenVINO™ Training Extensions is via PyPI (`otx <https://pypi.org/project/otx>`_ package).
24
24
25
-
You can install it in one of the following ways:
25
+
Select the extra dependencies according to your hardware:
26
26
27
27
.. tab-set::
28
28
29
-
.. tab-item:: Recommended (Standalone Binary)
30
-
31
-
.. code-block:: shell
32
-
33
-
curl -LsSf https://astral.sh/uv/install.sh | sh
34
-
35
-
This method installs ``uv`` globally as a fast and portable binary.
36
-
After installation, make sure ``uv`` is available in your ``PATH``.
37
-
38
-
.. tab-item:: Via pip (Python-based)
39
-
40
-
.. code-block:: shell
41
-
42
-
pip install uv
43
-
44
-
This installs ``uv`` inside the currently active Python environment.
0 commit comments