Skip to content

Commit

Permalink
πŸ› Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
kadirnar committed May 4, 2024
1 parent be9d174 commit e5ceca7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion whisperplus/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@

torch.cuda.synchronize()
elapsed_time_ms = start_event.elapsed_time(end_event)
print(f"Execution time: {elapsed_time_ms/1000}s")
seconds = elapsed_time_ms / 1000
print(f"Elapsed time: {seconds} seconds")

0 comments on commit e5ceca7

Please sign in to comment.