We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cba2ae commit 9181ae6Copy full SHA for 9181ae6
README.md
@@ -35,7 +35,7 @@ By default it looks for models in the same folder, in path like this -> `_models
35
Models are downloaded automatically or can be downloaded manually from: https://huggingface.co/Systran
36
`beam_size=1`: can speed-up transcription twice. [ in my tests it had insignificant impact on accuracy ]
37
`compute_type`: test different types to find fastest for your hardware. [`--verbose=true` to see all supported types]
38
-To reduce memory usage try incrementally: `--best_of=1`, `beam_size=1`, `-fallback=None`.
+To reduce memory usage try incrementally: `--best_of=1`, `--beam_size=1`, `-fallback=None`.
39
40
[](https://www.paypal.com/donate?hosted_button_id=JF5BEQE3YQGH2)
41
0 commit comments