File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -370,12 +370,14 @@ Docstrings:
370370
371371<br >
372372<details >
373- <summary >faster-whisper </summary >
373+ <summary >Faster-Whisper </summary >
374374
375- Use with [ faster-whisper ] ( https://github.com/guillaumekln/faster-whisper ) :
375+ Use with [ Faster-Whisper ] ( https://github.com/guillaumekln/faster-whisper ) :
376376```
377377pip install -U stable-ts[fw]
378378```
379+ * [ Refinement] ( #refinement ) is not supported on Faster-Whisper models
380+ * [ Alignment] ( #alignment ) is slower on Faster-Whisper models than on vanilla models (i.e. ones loaded with ` stable_whisper.load_model() ` )
379381``` python
380382model = stable_whisper.load_faster_whisper(' base' )
381383result = model.transcribe_stable(' audio.mp3' )
@@ -508,6 +510,7 @@ Run Whisper up to 9x faster with [Hugging Face Transformer](https://huggingface.
508510```
509511pip install -U stable-ts[hf]
510512```
513+ * [ Alignment] ( #alignment ) and [ Refinement] ( #refinement ) are not supported on Hugging Face models
511514``` python
512515model = stable_whisper.load_hf_whisper(' base' )
513516result = model.transcribe(' audio.mp3' )
You can’t perform that action at this time.
0 commit comments