echarlaix HF Staff commited on
Commit
2217382
·
1 Parent(s): 61eab10

fix code snippet loading

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
  ```