Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed Nov 21, 2024
1 parent b1b6c5a commit ea4748e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/whisper_ctranslate2/commandline.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def read_command_line():
"--batched",
type=CommandLine()._str2bool,
default="False",
help="Uses Batched transcription",
help="Uses Batched transcription which can provide an additional 2x-3x speed increase",
)

vad_args = parser.add_argument_group("VAD filter arguments")
Expand Down
2 changes: 0 additions & 2 deletions src/whisper_ctranslate2/whisper_ctranslate2.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,6 @@ def main():
if verbose:
print(f"Transcription results written to '{output_dir}' directory")

print(f"Time used for transcription: {datetime.datetime.now() - start_time}")


if __name__ == "__main__":
main()

0 comments on commit ea4748e

Please sign in to comment.