remghoost

whisper-cpp_output

Jul 5th, 2024
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.31 KB | None | 0 0
  1. E:\___trash\whisper-cpp>main.exe -m ggml-large-v3.bin -f audio-20240220-0001_garbage.wav -otxt -ovtt -osrt
  2. whisper_init_from_file_with_params_no_state: loading model from 'ggml-large-v3.bin'
  3. whisper_init_with_params_no_state: use gpu = 1
  4. whisper_init_with_params_no_state: flash attn = 0
  5. whisper_init_with_params_no_state: gpu_device = 0
  6. whisper_init_with_params_no_state: dtw = 0
  7. whisper_model_load: loading model
  8. whisper_model_load: n_vocab = 51866
  9. whisper_model_load: n_audio_ctx = 1500
  10. whisper_model_load: n_audio_state = 1280
  11. whisper_model_load: n_audio_head = 20
  12. whisper_model_load: n_audio_layer = 32
  13. whisper_model_load: n_text_ctx = 448
  14. whisper_model_load: n_text_state = 1280
  15. whisper_model_load: n_text_head = 20
  16. whisper_model_load: n_text_layer = 32
  17. whisper_model_load: n_mels = 128
  18. whisper_model_load: ftype = 1
  19. whisper_model_load: qntvr = 0
  20. whisper_model_load: type = 5 (large v3)
  21. whisper_model_load: adding 1609 extra tokens
  22. whisper_model_load: n_langs = 100
  23. whisper_model_load: CPU total size = 3094.36 MB
  24. whisper_model_load: model size = 3094.36 MB
  25. whisper_init_state: kv self size = 251.66 MB
  26. whisper_init_state: kv cross size = 251.66 MB
  27. whisper_init_state: kv pad size = 7.86 MB
  28. whisper_init_state: compute buffer (conv) = 36.26 MB
  29. whisper_init_state: compute buffer (encode) = 926.66 MB
  30. whisper_init_state: compute buffer (cross) = 9.38 MB
  31. whisper_init_state: compute buffer (decode) = 213.19 MB
  32.  
  33. system_info: n_threads = 4 / 12 | AVX = 1 | AVX2 = 1 | AVX512 = 0 | FMA = 1 | NEON = 0 | ARM_FMA = 0 | METAL = 0 | F16C = 1 | FP16_VA = 0 | WASM_SIMD = 0 | BLAS = 0 | SSE3 = 1 | SSSE3 = 1 | VSX = 0 | CUDA = 0 | COREML = 0 | OPENVINO = 0
  34.  
  35. main: processing 'audio-20240220-0001_garbage.wav' (810655 samples, 50.7 sec), 4 threads, 1 processors, 5 beams + best of 5, lang = en, task = transcribe, timestamps = 1 ...
  36.  
  37.  
  38.  
  39. [00:00:00.320 --> 00:00:01.160] - Story time.
  40. [00:00:01.160 --> 00:00:04.400] Just had an amazing night with some friends.
  41. [00:00:04.400 --> 00:00:06.080] And it was very funny, while we were waiting for our Uber,
  42. [00:00:06.080 --> 00:00:09.800] we just got like interrogated by a drunk man
  43. [00:00:09.800 --> 00:00:10.920] who was kind of chill.
  44. [00:00:10.920 --> 00:00:13.400] But also like if you met extended family
  45. [00:00:13.400 --> 00:00:15.080] who just wanted to know all the details of your life
  46. [00:00:15.080 --> 00:00:19.720] in a very like college, marriage, job sort of way.
  47. [00:00:19.720 --> 00:00:21.120] And I was like, really random.
  48. [00:00:21.120 --> 00:00:23.480] Then we got an Uber and then we were driving,
  49. [00:00:23.480 --> 00:00:25.960] a car almost crashed into us
  50. [00:00:25.960 --> 00:00:27.480] and then they crashed into the center divider
  51. [00:00:27.480 --> 00:00:29.020] and then proceeded just to follow us
  52. [00:00:29.020 --> 00:00:31.780] like five feet away from us with two blown tires.
  53. [00:00:31.780 --> 00:00:34.580] - And then passed us.
  54. [00:00:34.580 --> 00:00:36.640] - And then passed us.
  55. [00:00:36.640 --> 00:00:38.060] - And a few other cars.
  56. [00:00:38.060 --> 00:00:39.960] - And a few other cars.
  57. [00:00:39.960 --> 00:00:41.480] And our Uber driver was really chill,
  58. [00:00:41.480 --> 00:00:44.100] kept a really level head but like,
  59. [00:00:44.100 --> 00:00:45.720] wouldn't end to a night.
  60. [00:00:45.720 --> 00:00:48.320] We're safe in the hotel now, obviously nothing happened,
  61. [00:00:48.320 --> 00:00:49.160] but like.
  62. [00:00:49.160 --> 00:00:51.160] *Gasp*
  63.  
  64. output_txt: saving output to 'audio-20240220-0001_garbage.wav.txt'
  65. output_vtt: saving output to 'audio-20240220-0001_garbage.wav.vtt'
  66. output_srt: saving output to 'audio-20240220-0001_garbage.wav.srt'
  67.  
  68. whisper_print_timings: load time = 2123.37 ms
  69. whisper_print_timings: fallbacks = 1 p / 0 h
  70. whisper_print_timings: mel time = 40.85 ms
  71. whisper_print_timings: sample time = 838.41 ms / 1257 runs ( 0.67 ms per run)
  72. whisper_print_timings: encode time = 106996.87 ms / 3 runs (35665.62 ms per run)
  73. whisper_print_timings: decode time = 0.00 ms / 1 runs ( 0.00 ms per run)
  74. whisper_print_timings: batchd time = 41016.61 ms / 1246 runs ( 32.92 ms per run)
  75. whisper_print_timings: prompt time = 3919.58 ms / 147 runs ( 26.66 ms per run)
  76. whisper_print_timings: total time = 155017.19 ms
Advertisement
Add Comment
Please, Sign In to add comment