]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
Update README.md
authorGeorgi Gerganov <redacted>
Thu, 20 Oct 2022 14:52:59 +0000 (17:52 +0300)
committerGitHub <redacted>
Thu, 20 Oct 2022 14:52:59 +0000 (17:52 +0300)
README.md

index 24331dc9769a1fa861b53c139a1d46dd8d18ed64..6991278e74c5166445b2c03c0cb1806c6679b858 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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.