katuni4ka commited on
Commit
8f0e74f
1 Parent(s): 7d14c54

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -23,7 +23,7 @@ For more information on quantization, check the [OpenVINO model optimization gui
23
 
24
  The provided OpenVINO™ IR model is compatible with:
25
 
26
- * OpenVINO version **2024.4** and higher
27
  * Optimum Intel **1.20.0** and higher
28
 
29
  ## Running Model Inference with OpenVINO GenAI
@@ -31,7 +31,7 @@ The provided OpenVINO™ IR model is compatible with:
31
  1. Install packages required for using [OpenVINO GenAI](https://github.com/openvinotoolkit/openvino.genai) with Speculative decoding:
32
 
33
  ```bash
34
- pip install openvino-genai huggingface_hub
35
  ```
36
 
37
  2. Download models from HuggingFace Hub
 
23
 
24
  The provided OpenVINO™ IR model is compatible with:
25
 
26
+ * OpenVINO version **2024.5** and higher
27
  * Optimum Intel **1.20.0** and higher
28
 
29
  ## Running Model Inference with OpenVINO GenAI
 
31
  1. Install packages required for using [OpenVINO GenAI](https://github.com/openvinotoolkit/openvino.genai) with Speculative decoding:
32
 
33
  ```bash
34
+ pip install -U "openvino-genai>=2024.5" huggingface_hub
35
  ```
36
 
37
  2. Download models from HuggingFace Hub