Update README.md
Browse files
README.md
CHANGED
|
@@ -34,8 +34,8 @@ For more information on quantization, check the [OpenVINO model optimization gui
|
|
| 34 |
|
| 35 |
The provided OpenVINO™ IR model is compatible with:
|
| 36 |
|
| 37 |
-
* OpenVINO version 2026.
|
| 38 |
-
* Optimum Intel
|
| 39 |
|
| 40 |
## Running Model Inference with [Optimum Intel](https://huggingface.co/docs/optimum/intel/index)
|
| 41 |
|
|
@@ -43,7 +43,7 @@ The provided OpenVINO™ IR model is compatible with:
|
|
| 43 |
|
| 44 |
```
|
| 45 |
pip install "git+https://github.com/huggingface/optimum-intel.git" --extra-index-url https://download.pytorch.org/whl/cpu
|
| 46 |
-
pip install transformers==5.5.
|
| 47 |
pip install torchvision Pillow --extra-index-url https://download.pytorch.org/whl/cpu
|
| 48 |
```
|
| 49 |
|
|
|
|
| 34 |
|
| 35 |
The provided OpenVINO™ IR model is compatible with:
|
| 36 |
|
| 37 |
+
* OpenVINO version 2026.4.0 and higher
|
| 38 |
+
* Optimum Intel 2.2.0 and higher
|
| 39 |
|
| 40 |
## Running Model Inference with [Optimum Intel](https://huggingface.co/docs/optimum/intel/index)
|
| 41 |
|
|
|
|
| 43 |
|
| 44 |
```
|
| 45 |
pip install "git+https://github.com/huggingface/optimum-intel.git" --extra-index-url https://download.pytorch.org/whl/cpu
|
| 46 |
+
pip install transformers==5.5.4
|
| 47 |
pip install torchvision Pillow --extra-index-url https://download.pytorch.org/whl/cpu
|
| 48 |
```
|
| 49 |
|