File tree 1 file changed +4
-2
lines changed
docs/articles_en/openvino-workflow-generative/inference-with-genai
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,10 @@ Install required dependencies:
22
22
23
23
python3 -m venv npu-env
24
24
npu-env/bin/activate
25
- pip install nncf==2.14.1 onnx==1.17.0 optimum-intel==1.21 .0
25
+ pip install nncf==2.14.1 onnx==1.17.0 optimum-intel==1.22 .0
26
26
pip install openvino==2025.1 openvino-tokenizers==2025.1 openvino-genai==2025.1
27
27
28
+
28
29
For the pre-production version, use the following line, instead:
29
30
30
31
.. code-block :: console
@@ -38,9 +39,10 @@ Install required dependencies:
38
39
39
40
python -m venv npu-env
40
41
npu-env\Scripts\activate
41
- pip install nncf==2.14.1 onnx==1.17.0 optimum-intel==1.21 .0
42
+ pip install nncf==2.14.1 onnx==1.17.0 optimum-intel==1.22 .0
42
43
pip install openvino==2025.1 openvino-tokenizers==2025.1 openvino-genai==2025.1
43
44
45
+
44
46
For the pre-production version, use the following line, instead:
45
47
46
48
.. code-block :: console
You can’t perform that action at this time.
0 commit comments