Update README.md
Browse files
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 |
-
|
|
|
|
|
|
|
|
|
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
|