Skip to content

Commit

Permalink
Update transcribe.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MahmoudAshraf97 authored Nov 13, 2024
1 parent c2bf036 commit 17f69a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions faster_whisper/transcribe.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,9 +546,9 @@ def __init__(
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.
Expand Down

0 comments on commit 17f69a6

Please sign in to comment.