Maysee
Results
1
issues of
Maysee
The `clip_timestamps` parameter is defined differently in `WhisperModel` and `BatchedInferencePipeline`, which creates confusion when switching between these classes: In `WhisperModel.transcribe()`: https://github.com/SYSTRAN/faster-whisper/blob/1b24f284c9b39bcdf47233d7ae507abaea7a98c8/faster_whisper/transcribe.py#L735 In `BatchedInferencePipeline.transcribe()`: https://github.com/SYSTRAN/faster-whisper/blob/1b24f284c9b39bcdf47233d7ae507abaea7a98c8/faster_whisper/transcribe.py#L294