Rename ov_model->openvino_model
Browse files- README.md +1 -1
- ov_model.bin → openvino_model.bin +0 -0
- ov_model.xml → openvino_model.xml +0 -0
README.md
CHANGED
@@ -19,7 +19,7 @@ tags:
|
|
19 |
To install the requirements for using the OpenVINO backend, do:
|
20 |
|
21 |
```
|
22 |
-
pip install
|
23 |
```
|
24 |
|
25 |
This installs all necessary dependencies, including Transformers and OpenVINO.
|
|
|
19 |
To install the requirements for using the OpenVINO backend, do:
|
20 |
|
21 |
```
|
22 |
+
pip install optimum[openvino]
|
23 |
```
|
24 |
|
25 |
This installs all necessary dependencies, including Transformers and OpenVINO.
|
ov_model.bin → openvino_model.bin
RENAMED
File without changes
|
ov_model.xml → openvino_model.xml
RENAMED
File without changes
|