Skip to content

Commit 52b11db

Browse files
committed
small fix
1 parent 8239db7 commit 52b11db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/optimization_ov.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ quantizer.quantize(calibration_dataset=calibration_dataset, save_directory=save_
100100
tokenizer.save_pretrained(save_dir)
101101
```
102102

103-
The calibration dataset can also be generated easily using your OVQuantizer:
103+
The calibration dataset can also be created easily using your `OVQuantizer`:
104104

105105
```python
106106
from functools import partial

0 commit comments

Comments
 (0)