The recommend way to run inference with this model is with OpenVINO GenAI. It is the only package needed
for inference - no need to install Transformers or PyTorch.
Install OpenVINO GenAI (2025.1 or later):
pip install --pre --upgrade openvino-genai
Download a chat sample script (curl -O works on Windows Command Prompt and most Linux terminals)