fix
Browse files
blog/openvino_vlm/openvino-vlm.md
CHANGED
@@ -129,7 +129,7 @@ q_model.save_pretrained("smolvlm_static_int8")
|
|
129 |
or quivalently using the CLI:
|
130 |
|
131 |
```bash
|
132 |
-
optimum-cli export openvino -m HuggingFaceTB/SmolVLM2-256M-Video-Instruct --
|
133 |
```
|
134 |
|
135 |
Quantizing activations adds small errors that can build up and affect accuracy, so careful testing afterward is important. More information and examples can be found in [our documentation](https://huggingface.co/docs/optimum-intel/en/openvino/optimization#pipeline-quantization).
|
|
|
129 |
or quivalently using the CLI:
|
130 |
|
131 |
```bash
|
132 |
+
optimum-cli export openvino -m HuggingFaceTB/SmolVLM2-256M-Video-Instruct --quant-mode int8 --dataset contextual --num-samples 50 smolvlm_static_int8/
|
133 |
```
|
134 |
|
135 |
Quantizing activations adds small errors that can build up and affect accuracy, so careful testing afterward is important. More information and examples can be found in [our documentation](https://huggingface.co/docs/optimum-intel/en/openvino/optimization#pipeline-quantization).
|