CoolFace
Modelpublic

asaqibs/LFM2.5-1.2B-Instruct-openvino

sourceHugging Faceotherupdated 6mo agoView on Hugging Face
0likes17downloads
Model Card

This model was converted to OpenVINO from `LiquidAI/LFM2.5-1.2B-Instruct` using optimum-intel via the export space.

First make sure you have optimum-intel installed:

bash
pip install optimum[openvino]

To load your model you can do as follows:

python
from optimum.intel import OVModelForCausalLM

model_id = "asaqibs/LFM2.5-1.2B-Instruct-openvino"
model = OVModelForCausalLM.from_pretrained(model_id)