docs: Resolve many typos in the English docs (#20088)

* docs: Fix typo in ONNX parser help: 'tolerence' => 'tolerance'

* docs: Resolve many typos in the English docs

Typos found via 'codespell ./docs/source/en'
This commit is contained in:
Tom Aarsen
2022-11-07 15:19:04 +01:00
committed by GitHub
parent b8112eddec
commit 3222fc645b
21 changed files with 29 additions and 29 deletions

View File

@@ -135,7 +135,7 @@ optional arguments:
--feature {causal-lm, ...}
The type of features to export the model with.
--opset OPSET ONNX opset version to export the model with.
--atol ATOL Absolute difference tolerence when validating the model.
--atol ATOL Absolute difference tolerance when validating the model.
```
A exportação de um checkpoint usando uma configuração pronta pode ser feita da seguinte forma: