amokrov commited on
Commit
cf2616b
·
verified ·
1 Parent(s): b5dc274

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/2024/openvino-workflow/model-optimization-guide/weight-compression.html).
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