#115 · Primary category: Deep Learning Frameworks

nncf

bert classification compression deep-learning genai llm mixed-precision-training nlp object-detection onnx openvino pruning pytorch quantization quantization-aware-training semantic-segmentation sparsity tensorflow transformers

Neural Network Compression Framework for enhanced OpenVINO™ inference

Project last updated:08/27/26

GitHub Stars

1.2K

Forks

302

Contributors

89

License

Apache-2.0

Why we included this project

NNCF is the compression framework from the OpenVINO project, aimed at the familiar production problem of models that are too large or too slow to deploy comfortably. It covers both post-training and training-time compression, including quantization, pruning, sparsity, and mixed-precision training, letting you shrink a network and cut inference latency without redesigning it. Because it works on PyTorch, ONNX, and OpenVINO models directly, it fits into training pipelines you already have instead of forcing you onto a separate stack. The maintained samples and model zoo document real compression results and give reproducible recipes, which is a practical way to start if your goal is faster inference on Intel hardware.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category