Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Dec 7, 2023
1 parent c9c519b commit d357406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ If you add `--int8`, the model linear and embedding weights will be quantized to
optimum-cli export openvino --model gpt2 --int8 ov_model
```

To apply quantization on both weights and activations, you can more information in the [documentation](https://huggingface.co/docs/optimum/main/en/intel/optimization_ov).
To apply quantization on both weights and activations, you can find more information in the [documentation](https://huggingface.co/docs/optimum/main/en/intel/optimization_ov).

#### Inference:

Expand Down

0 comments on commit d357406

Please sign in to comment.