echarlaix HF Staff commited on
Commit
8f6db93
·
1 Parent(s): ce0bb23
Files changed (1) hide show
  1. README.md +1 -1
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-2"
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
  ```