fix
Browse files
README.md
CHANGED
@@ -37,6 +37,6 @@ To load your model you can do as follows:
|
|
37 |
```python
|
38 |
from optimum.intel import OVModelForVisualCausalLM
|
39 |
|
40 |
-
model_id = "echarlaix/SmolVLM2-500M-Video-Instruct-openvino-8bit-static
|
41 |
model = OVModelForVisualCausalLM.from_pretrained(model_id)
|
42 |
```
|
|
|
37 |
```python
|
38 |
from optimum.intel import OVModelForVisualCausalLM
|
39 |
|
40 |
+
model_id = "echarlaix/SmolVLM2-500M-Video-Instruct-openvino-8bit-static"
|
41 |
model = OVModelForVisualCausalLM.from_pretrained(model_id)
|
42 |
```
|