Skip to content

Commit

Permalink
time
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed Nov 21, 2024
1 parent 63bce25 commit 41662b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/whisper_ctranslate2/whisper_ctranslate2.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,10 @@ 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 41662b6

Please sign in to comment.