Skip to content

Commit

Permalink
refactor: replace NamedTuple with TranscriptionOptions in FasterWhisp…
Browse files Browse the repository at this point in the history
…erPipeline
  • Loading branch information
Barabazs committed Jan 5, 2025
1 parent 26d9b46 commit 10b05fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whisperx/asr.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def __init__(
model: WhisperModel,
vad: VoiceActivitySegmentation,
vad_params: dict,
options: NamedTuple,
options: TranscriptionOptions,
tokenizer: Optional[Tokenizer] = None,
device: Union[int, str, "torch.device"] = -1,
framework="pt",
Expand Down

0 comments on commit 10b05fc

Please sign in to comment.