aadnk commited on
Commit
198df44
1 Parent(s): a79dd83

Add comments

Browse files
Files changed (1) hide show
  1. config.json5 +2 -0
config.json5 CHANGED
@@ -63,6 +63,8 @@
63
  // * General options *
64
 
65
  // The default implementation to use for Whisper. Can be "whisper" or "faster-whisper".
 
 
66
  "whisper_implementation": "whisper",
67
 
68
  // The default model name.
 
63
  // * General options *
64
 
65
  // The default implementation to use for Whisper. Can be "whisper" or "faster-whisper".
66
+ // Note that you must either install the requirements for faster-whisper (requirements-fasterWhisper.txt)
67
+ // or whisper (requirements.txt)
68
  "whisper_implementation": "whisper",
69
 
70
  // The default model name.