From d54d47db37d66dcee022585b69f68aa266ddf078 Mon Sep 17 00:00:00 2001 From: Alexander Suslov Date: Mon, 11 Sep 2023 16:35:27 +0400 Subject: [PATCH] Update README.md (#2125) ### Changes Added the link to Quantization with accuracy control using NNCF notebooks. ### Reason for changes Customer adoption ### Related tickets N/A ### Tests N/A --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7605785a338..d6d0f20afbd 100644 --- a/README.md +++ b/README.md @@ -288,6 +288,7 @@ A collection of ready-to-run Jupyter* notebooks are available to demonstrate how - [Optimizing PyTorch models with NNCF of OpenVINO by 8-bit quantization](https://github.com/openvinotoolkit/openvino_notebooks/tree/main/notebooks/302-pytorch-quantization-aware-training) - [Optimizing TensorFlow models with NNCF of OpenVINO by 8-bit quantization](https://github.com/openvinotoolkit/openvino_notebooks/tree/main/notebooks/305-tensorflow-quantization-aware-training) - [Accelerate Inference of Sparse Transformer Models with OpenVINO and 4th Gen Intel Xeon Scalable Processors](https://github.com/openvinotoolkit/openvino_notebooks/blob/main/notebooks/116-sparsity-optimization) +- [Quantization with accuracy control using NNCF](https://github.com/openvinotoolkit/openvino_notebooks/tree/main/notebooks/122-quantizing-model-with-accuracy-control) ### Post-Training Quantization Samples