CoolFace
Modelpublic

elBundinio/granite-4.2-8b-openvino

sourceHugging Faceapache-2.0updated 29d agoView on Hugging Face
0likes337downloads
Model Card

This model was converted to OpenVINO from `ibm-granite/granite-4.2-8b` using optimum-intel via the export space.

First make sure you have optimum-intel installed:

bash
pip install optimum-intel

To load your model you can do as follows:

python
from optimum.intel import OVModelForCausalLM

model_id = "elBundinio/granite-4.2-8b-openvino"
model = OVModelForCausalLM.from_pretrained(model_id)