mirror of
https://github.com/SYSTRAN/faster-whisper.git
synced 2026-01-09 13:38:01 -05:00
Update WhisperModel documentation to list all available models (#1137)
This commit is contained in:
@@ -546,9 +546,9 @@ class WhisperModel:
|
||||
Args:
|
||||
model_size_or_path: Size of the model to use (tiny, tiny.en, base, base.en,
|
||||
small, small.en, distil-small.en, medium, medium.en, distil-medium.en, large-v1,
|
||||
large-v2, large-v3, large, distil-large-v2 or distil-large-v3), a path to a
|
||||
converted model directory, or a CTranslate2-converted Whisper model ID from the HF Hub.
|
||||
When a size or a model ID is configured, the converted model is downloaded
|
||||
large-v2, large-v3, large, distil-large-v2, distil-large-v3, large-v3-turbo, or turbo),
|
||||
a path to a converted model directory, or a CTranslate2-converted Whisper model ID from
|
||||
the HF Hub. When a size or a model ID is configured, the converted model is downloaded
|
||||
from the Hugging Face Hub.
|
||||
device: Device to use for computation ("cpu", "cuda", "auto").
|
||||
device_index: Device ID to use.
|
||||
|
||||
Reference in New Issue
Block a user