helenai commited on
Commit
8763e96
·
verified ·
1 Parent(s): 2443586

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -6,7 +6,11 @@ base_model:
6
  This is the [OpenGVLab/InternVL2-2B](https://huggingface.co/OpenGVLab/InternVL2-2B) model, converted to OpenVINO
7
  with INT4 compressed weights for the language model, INT8 weights for the other models.
8
 
9
- To run inference on this model with OpenVINO GenAI (`pip install openvino-genai pillow`):
 
 
 
 
10
 
11
  ```python
12
  import numpy as np
 
6
  This is the [OpenGVLab/InternVL2-2B](https://huggingface.co/OpenGVLab/InternVL2-2B) model, converted to OpenVINO
7
  with INT4 compressed weights for the language model, INT8 weights for the other models.
8
 
9
+ Use OpenVINO GenAI to run inference on this model:
10
+
11
+ - `pip install openvino-genai pillow`
12
+ - Download a test image: `curl -O "https://storage.openvinotoolkit.org/test_data/images/dog.jpg"`
13
+ - Run inference:
14
 
15
  ```python
16
  import numpy as np