Skip to content

Commit

Permalink
Merge pull request #243 from xevidos/master
Browse files Browse the repository at this point in the history
Fix missing initial prompt parameter
  • Loading branch information
jhj0517 authored Aug 26, 2024
2 parents aa37c1f + 2da678e commit b1f73a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/whisper/faster_whisper_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def transcribe(self,
best_of=params.best_of,
patience=params.patience,
temperature=params.temperature,
initial_prompt=params.initial_prompt,
compression_ratio_threshold=params.compression_ratio_threshold,
length_penalty=params.length_penalty,
repetition_penalty=params.repetition_penalty,
Expand Down

0 comments on commit b1f73a3

Please sign in to comment.