Merge 4ff9e1fa509054ed175f48b81027a18f1c38d801 into c0d2f624c09dc18e709e37c2ad90c039a4eb72a2

This commit is contained in:
Anthony Monthe 2025-06-27 02:27:44 +00:00 committed by GitHub
commit 37c7aa4650
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -511,6 +511,8 @@ def transcribe(
text=tokenizer.decode(all_tokens[len(initial_prompt_tokens) :]), text=tokenizer.decode(all_tokens[len(initial_prompt_tokens) :]),
segments=all_segments, segments=all_segments,
language=language, language=language,
content_frames=content_frames,
dtype=str(dtype),
) )