From 5698b51718c8588034a98c4c2651979af34f0e2e Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Thu, 20 Oct 2022 17:52:59 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24331dc..6991278 100644 --- 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.