Views
No views yet
echarlaix/SmolVLM2-256M-Video-Instruct-openvino and is converted to the OpenVINO format. This model was obtained via the nncf-quantization space with optimum-intel.optimum-intel installed:pip install optimum[openvino]1from optimum.intel import OVModelForVisualCausalLM
2
3model_id = "echarlaix/SmolVLM2-256M-Video-Instruct-openvino-8bit-woq-data-free"
4model = OVModelForVisualCausalLM.from_pretrained(model_id)