Spaces:
Running
Running
jhj0517
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -83,7 +83,7 @@ According to faster-whisper, the efficiency of the optimized whisper model is as
|
|
83 |
| openai/whisper | fp16 | 5 | 4m30s | 11325MB | 9439MB |
|
84 |
| faster-whisper | fp16 | 5 | 54s | 4755MB | 3244MB |
|
85 |
|
86 |
-
If you want to use the original Open AI whisper implementation instead of optimized whisper, you can set the command line argument `
|
87 |
|
88 |
## Available models
|
89 |
This is Whisper's original VRAM usage table for models.
|
|
|
83 |
| openai/whisper | fp16 | 5 | 4m30s | 11325MB | 9439MB |
|
84 |
| faster-whisper | fp16 | 5 | 54s | 4755MB | 3244MB |
|
85 |
|
86 |
+
If you want to use the original Open AI whisper implementation instead of optimized whisper, you can set the command line argument `--disable_faster_whisper` to `True`. See the [wiki](https://github.com/jhj0517/Whisper-WebUI/wiki/Command-Line-Arguments) for more information.
|
87 |
|
88 |
## Available models
|
89 |
This is Whisper's original VRAM usage table for models.
|