amokrov commited on
Commit
7cd9ccd
·
verified ·
1 Parent(s): c1b505e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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.2.0 and higher
38
- * Optimum Intel 1.27.0 and higher
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.0
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