helenai commited on
Commit
c4abcc4
•
1 Parent(s): f7bdc0e

Rename ov_model->openvino_model

Browse files
README.md CHANGED
@@ -19,7 +19,7 @@ tags:
19
  To install the requirements for using the OpenVINO backend, do:
20
 
21
  ```
22
- pip install git+https://github.com/huggingface/optimum-intel.git#egg=optimum-intel[openvino]
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