This model was converted to OpenVINO from unsloth/Llama-3.2-1B-Instruct
using optimum-intel
via the export space.
First make sure you have optimum-intel installed:
pip install optimum[openvino]
To load your model you can do as follows:
from optimum.intel import OVModelForCausalLM
model_id = "Anonymous6598/Llama-3.2-1B-Instruct-openvino"
model = OVModelForCausalLM.from_pretrained(model_id)
- Downloads last month
- 27
Model tree for Anonymous6598/Llama-3.2-1B-Instruct-openvino
Base model
meta-llama/Llama-3.2-1B-Instruct
Finetuned
unsloth/Llama-3.2-1B-Instruct