Update README.md

This commit is contained in:
Georgi Gerganov 2022-10-20 17:52:59 +03:00 committed by GitHub
parent 3fe3898ebb
commit 5698b51718
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -260,7 +260,7 @@ the Accelerate framework utilizes the special-purpose AMX coprocessor available
to run the python code with the following parameters:
```
whisper --best_of 1 --beam_size 1 ...
whisper --best_of None --beam_size None ...
```
In the future, `whisper.cpp` will support more sampling strategies.