ggerganov commited on
Commit
15ee6bb
·
unverified ·
1 Parent(s): 0bb478c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -260,7 +260,7 @@ the Accelerate framework utilizes the special-purpose AMX coprocessor available
260
  to run the python code with the following parameters:
261
 
262
  ```
263
- whisper --best_of 1 --beam_size 1 ...
264
  ```
265
 
266
  In the future, `whisper.cpp` will support more sampling strategies.
 
260
  to run the python code with the following parameters:
261
 
262
  ```
263
+ whisper --best_of None --beam_size None ...
264
  ```
265
 
266
  In the future, `whisper.cpp` will support more sampling strategies.