OpenVINO
Collection
3 items
•
Updated
This model was converted to OpenVINO from IlyaGusev/saiga_llama3_8b
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 = "paramedik/saiga_llama3_8b-openvino"
model = OVModelForCausalLM.from_pretrained(model_id)
Base model
IlyaGusev/saiga_llama3_8b