Spaces:
Running
Running
Update README.md
Browse files
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
|
| 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.
|