Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 702 Bytes

File metadata and controls

12 lines (7 loc) · 702 Bytes

DeepSeek-R1-Distill-Llama-8B Model Optimization

This repository demonstrates the optimization of the DeepSeek-R1-Distill-Llama-8B model using post-training quantization (PTQ) techniques. The optimization process is divided into these workflows:

  • OpenVINO for Intel® GPU/NPU
    • This process uses OpenVINO specific passes like OpenVINOOptimumConversion, OpenVINOIoUpdate and OpenVINOEncapsulation

Intel® Workflows

These workflows performs quantization with Optimum Intel®. It performs the optimization pipeline:

  • HuggingFace Model -> Quantized OpenVINO model -> Quantized encapsulated ONNX OpenVINO IR model