fix code snippet loading
Browse files
README.md
CHANGED
@@ -24,6 +24,6 @@ To load your model you can do as follows:
|
|
24 |
```python
|
25 |
from optimum.intel import OVModelForVisualCausalLM
|
26 |
|
27 |
-
model_id = "echarlaix/SmolVLM2-256M-Video-Instruct-openvino-8bit"
|
28 |
model = OVModelForVisualCausalLM.from_pretrained(model_id)
|
29 |
```
|
|
|
24 |
```python
|
25 |
from optimum.intel import OVModelForVisualCausalLM
|
26 |
|
27 |
+
model_id = "echarlaix/SmolVLM2-256M-Video-Instruct-openvino-8bit-woq-data-free"
|
28 |
model = OVModelForVisualCausalLM.from_pretrained(model_id)
|
29 |
```
|