Update README.md
Browse files
README.md
CHANGED
|
@@ -59,7 +59,7 @@ quantizer.quantize(ov_config=ov_config, calibration_dataset=calibration_dataset,
|
|
| 59 |
tokenizer.save_pretrained(int8_ptq_model_path)
|
| 60 |
```
|
| 61 |
|
| 62 |
-
For more information on quantization, check the [OpenVINO model optimization guide](https://docs.openvino.ai/
|
| 63 |
|
| 64 |
|
| 65 |
## Compatibility
|
|
|
|
| 59 |
tokenizer.save_pretrained(int8_ptq_model_path)
|
| 60 |
```
|
| 61 |
|
| 62 |
+
For more information on quantization, check the [OpenVINO model optimization guide](https://docs.openvino.ai/2025/openvino-workflow/model-optimization-guide/quantizing-models-post-training.html).
|
| 63 |
|
| 64 |
|
| 65 |
## Compatibility
|