Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ The provided OpenVINO™ IR model is compatible with:
|
|
32 |
1. Install packages required for using [OpenVINO GenAI](https://github.com/openvinotoolkit/openvino.genai) with Speculative decoding:
|
33 |
|
34 |
```
|
35 |
-
pip install -U openvino-genai>=2024.5 huggingface_hub
|
36 |
```
|
37 |
|
38 |
2. Download and convert main model and tokenizer
|
|
|
32 |
1. Install packages required for using [OpenVINO GenAI](https://github.com/openvinotoolkit/openvino.genai) with Speculative decoding:
|
33 |
|
34 |
```
|
35 |
+
pip install -U "openvino-genai>=2024.5" huggingface_hub
|
36 |
```
|
37 |
|
38 |
2. Download and convert main model and tokenizer
|