jhj0517 commited on
Commit
64a0826
·
unverified ·
1 Parent(s): b84853a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 `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.
 
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.