Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Whisper crash discussions #370

Open
thewh1teagle opened this issue Nov 11, 2024 · 16 comments
Open

[Bug]: Whisper crash discussions #370

thewh1teagle opened this issue Nov 11, 2024 · 16 comments
Labels
bug Something isn't working

Comments

@thewh1teagle
Copy link
Owner

thewh1teagle commented Nov 11, 2024

Whisper crash discussions

Instead of creating multiple issues, here we'll talk about whisper crashes (mostly on Windows)
Once it solved for you, you can disable the notifications for this thread.

The first helpful thing you can do:

Open cmd.exe (not powershell)
Run this, try to transcribe. copy logs and paste here :)

taskkill /IM vibe.exe /F
set RUST_BACKTRACE=1
set RUST_LOG=debug
%localappdata%\vibe\vibe.exe

macOS:

RUST_LOG=debug /Applications/vibe.app/Contents/MacOS/vibe

Linux

RUST_LOG=debug vibe

Other things you can try:

@forai108
Copy link

forai108 commented Nov 11, 2024

Log

Microsoft Windows [Version 10.0.19044.1288] (c) Microsoft Corporation. All rights reserved.

C:\Users\Wael>taskkill /IM vibe.exe /F
ERROR: The process "vibe.exe" not found.

C:\Users\Wael>set RUST_BACKTRACE=1

C:\Users\Wael>set RUST_LOG=debug

C:\Users\Wael>%localappdata%\vibe\vibe.exe

C:\Users\Wael>2024-11-11T03:08:46.420618Z DEBUG vibe::setup: Vibe App Running
2024-11-11T03:08:46.422950Z DEBUG vibe::setup: webview version: 130.0.2849.56
2024-11-11T03:08:46.423208Z DEBUG vibe::custom_protocol: Protocol handler registered successfully.
2024-11-11T03:08:46.423449Z DEBUG vibe::setup: Cargo features: vulkan
2024-11-11T03:08:46.423697Z DEBUG vibe::setup: CPU Features
{"avx":{"enabled":true,"support":true},"avx2":{"enabled":true,"support":true},"f16c":{"enabled":true,"support":true},"fma":{"enabled":true,"support":true}}
2024-11-11T03:08:46.424000Z DEBUG vibe::setup: Executable Architecture: x86_64
2024-11-11T03:08:46.424237Z DEBUG vibe::setup: APP VERSION: 2.6.5
2024-11-11T03:08:46.424510Z DEBUG vibe::setup: COMMIT HASH: c2be67d
2024-11-11T03:08:46.424725Z DEBUG vibe::setup: Non CLI mode
2024-11-11T03:08:47.245189Z DEBUG vibe::cmd: Vulkan support is successfully checked and working.
2024-11-11T03:08:47.250620Z DEBUG resolve{host=github.com}: hyper_util::client::legacy::connect::dns: resolving host="github.com"
2024-11-11T03:08:47.259455Z DEBUG vibe::cmd::audio: Default Input Device:
Ok("Microphone Array (Realtek(R) Audio)")
2024-11-11T03:08:47.260063Z DEBUG vibe::cmd::audio: Default Output Device:
Ok("Speaker/Headphone (Realtek(R) Audio)")
2024-11-11T03:08:47.261386Z DEBUG vibe::cmd::audio: Devices:
2024-11-11T03:08:47.302035Z DEBUG hyper_util::client::legacy::connect::http: connecting to 140.82.121.3:443
2024-11-11T03:08:47.374087Z DEBUG hyper_util::client::legacy::connect::http: connected to 140.82.121.3:443
2024-11-11T03:08:47.713565Z DEBUG hyper_util::client::legacy::pool: pooling idle connection for ("https", github.com)
2024-11-11T03:08:47.714192Z DEBUG hyper_util::client::legacy::pool: reuse idle connection for ("https", github.com)
2024-11-11T03:08:47.921643Z DEBUG hyper_util::client::legacy::pool: pooling idle connection for ("https", github.com)
2024-11-11T03:08:47.922201Z DEBUG resolve{host=objects.githubusercontent.com}: hyper_util::client::legacy::connect::dns: resolving host="objects.githubusercontent.com"
2024-11-11T03:08:47.924130Z DEBUG hyper_util::client::legacy::connect::http: connecting to 185.199.111.133:443
2024-11-11T03:08:47.988162Z DEBUG hyper_util::client::legacy::connect::http: connected to 185.199.111.133:443
2024-11-11T03:08:52.846303Z DEBUG vibe::cmd: loading model first time
2024-11-11T03:08:52.846565Z DEBUG vibe_core::transcribe: open model...
2024-11-11T03:08:52.847755Z DEBUG vibe_core::transcribe: gpu device: 0
2024-11-11T03:08:52.851189Z DEBUG vibe_core::transcribe: use gpu: true
2024-11-11T03:08:52.851835Z DEBUG vibe_core::transcribe: creating whisper context with model path C:\Users\Wael\AppData\Local\github.com.thewh1teagle.vibe\ggml-large-v1.bin
2024-11-11T03:08:52.852577Z INFO whisper_rs::whisper_sys_tracing: whisper_init_from_file_with_params_no_state: loading model from 'C:\Users\Wael\AppData\Local\github.com.thewh1teagle.vibe\ggml-large-v1.bin'
2024-11-11T03:08:52.853629Z INFO whisper_rs::whisper_sys_tracing: whisper_init_with_params_no_state: use gpu = 1
2024-11-11T03:08:52.853986Z INFO whisper_rs::whisper_sys_tracing: whisper_init_with_params_no_state: flash attn = 0
2024-11-11T03:08:52.854661Z INFO whisper_rs::whisper_sys_tracing: whisper_init_with_params_no_state: gpu_device = 0
2024-11-11T03:08:52.855240Z INFO whisper_rs::whisper_sys_tracing: whisper_init_with_params_no_state: dtw = 0
2024-11-11T03:08:52.917186Z DEBUG whisper_rs::whisper_sys_tracing: ggml_vulkan: Found 1 Vulkan devices:
2024-11-11T03:08:52.918953Z DEBUG whisper_rs::whisper_sys_tracing: ggml_vulkan: 0 = NVIDIA GeForce GTX 1050 with Max-Q Design (NVIDIA) | uma: 0 | fp16: 0 | warp size: 32
2024-11-11T03:08:52.919317Z DEBUG whisper_rs::whisper_sys_tracing: register_backend: registered backend Vulkan (1 devices)
2024-11-11T03:08:52.920687Z DEBUG whisper_rs::whisper_sys_tracing: register_device: registered device Vulkan0 (NVIDIA GeForce GTX 1050 with Max-Q Design)
2024-11-11T03:08:52.922884Z DEBUG whisper_rs::whisper_sys_tracing: register_backend: registered backend CPU (1 devices)
2024-11-11T03:08:52.924760Z DEBUG whisper_rs::whisper_sys_tracing: register_device: registered device CPU (Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz)
2024-11-11T03:08:52.925341Z INFO whisper_rs::whisper_sys_tracing: whisper_init_with_params_no_state: backends = 2
2024-11-11T03:08:52.926784Z INFO whisper_rs::whisper_sys_tracing: whisper_model_load: loading model
2024-11-11T03:08:52.927674Z INFO whisper_rs::whisper_sys_tracing: whisper_model_load: n_vocab = 51865
2024-11-11T03:08:52.928203Z INFO whisper_rs::whisper_sys_tracing: whisper_model_load: n_audio_ctx = 1500
2024-11-11T03:08:52.928746Z INFO whisper_rs::whisper_sys_tracing: whisper_model_load: n_audio_state = 1280
2024-11-11T03:08:52.929259Z INFO whisper_rs::whisper_sys_tracing: whisper_model_load: n_audio_head = 20
2024-11-11T03:08:52.930072Z INFO whisper_rs::whisper_sys_tracing: whisper_model_load: n_audio_layer = 32
2024-11-11T03:08:52.930470Z INFO whisper_rs::whisper_sys_tracing: whisper_model_load: n_text_ctx = 448
2024-11-11T03:08:52.930861Z INFO whisper_rs::whisper_sys_tracing: whisper_model_load: n_text_state = 1280
2024-11-11T03:08:52.931308Z INFO whisper_rs::whisper_sys_tracing: whisper_model_load: n_text_head = 20
2024-11-11T03:08:52.931699Z INFO whisper_rs::whisper_sys_tracing: whisper_model_load: n_text_layer = 32
2024-11-11T03:08:52.932212Z INFO whisper_rs::whisper_sys_tracing: whisper_model_load: n_mels = 80
2024-11-11T03:08:52.932685Z INFO whisper_rs::whisper_sys_tracing: whisper_model_load: ftype = 1
2024-11-11T03:08:52.933124Z INFO whisper_rs::whisper_sys_tracing: whisper_model_load: qntvr = 0
2024-11-11T03:08:52.933496Z INFO whisper_rs::whisper_sys_tracing: whisper_model_load: type = 5 (large)
2024-11-11T03:08:53.004239Z INFO whisper_rs::whisper_sys_tracing: whisper_model_load: adding 1608 extra tokens
2024-11-11T03:08:53.006464Z INFO whisper_rs::whisper_sys_tracing: whisper_model_load: n_langs = 99
ggml_vulkan: Device memory allocation of size 3093987840 failed.
ggml_vulkan: vk::Device::allocateMemory: ErrorOutOfDeviceMemory
2024-11-11T03:08:53.101435Z DEBUG whisper_rs::whisper_sys_tracing: alloc_tensor_range: failed to allocate Vulkan0 buffer of size 3093987840
2024-11-11T03:08:53.102090Z ERROR whisper_rs::whisper_sys_tracing: whisper_model_load: failed to allocate memory for the model
2024-11-11T03:08:53.102821Z ERROR whisper_rs::whisper_sys_tracing: whisper_init_with_params_no_state: failed to load model

@thewh1teagle
Copy link
Owner Author

Log

Vulkan says that your device out of memory. try with the default model that comes with vibe. change it to medium model and try again.

@forai108
Copy link

forai108 commented Nov 11, 2024

Yeah, the medium one has worked. Is the problem with vram or ram for the large model ?

@thewh1teagle
Copy link
Owner Author

Yeah, the medium one has worked. Is the problem with vram or ram for the large model ?

With the VRAM of the GPU. you don't have enough VRAM.

@forai108
Copy link

I understand, Thanks for your help.

@oleole39
Copy link
Contributor

I find that topic too late, so here's one in Linux opened as a separate issue: #395

@thewh1teagle
Copy link
Owner Author

I just updated the beta version of Vibe
you can try download it from vibe/releases/download/v2.6.7/vibe_2.6.7_x64-setup.exe
There should be multiple fixes for Windows crashing with Vulkan.

@jenefuentes
Copy link

Installed 2.6.7 as suggested but crashed. I then changed the model from medium to small and it started working again. Thanks for all your previous help and suggestion to try out the latest updated beta version of Vibe @thewh1teagle. Even running the small model this is good enough for what I need. The program is awesome and I love how simple and straight forward it is to use! Thanks again

@lhzw
Copy link

lhzw commented Dec 2, 2024

Vibe 2.6.7.
Er, terribly strange, vibe works fine now!!! Yesterday it crashed on samples_single.wav.
With this in cmd, or just start vibe from the start menu:

set RUST_BACKTRACE=1
set RUST_LOG=vibe=debug,whisper_rs=debug
vibe

Just don't understand.

00:00 --> 00:13
发言者 1:
010, 011, 012, 013, 0014. 0016, 0017, 0018, 0020. (counting in Chinese)

Oh, I got it, I wanted to use whisper on linux, but my linux machine was a little too old, I could not run whisper.cpp on it, the docker container just crashed.
Later I'd like to run the whisper py on my windows device (after compare py-whisper & main from whisper-bin-x64.zip), with the help of powerful, incomparably chatgpt 4o, at long last, I installed torch -cu121, then it said my cuda driver was too old, asked me to update it, then I updated the cuda driver, then py-whisper worked.
And then vibe worked, too. OMG. Maybe we could provide more understandable and clear error messages.

@A-Impact-Pavel
Copy link

logs
{"timestamp":"2024-12-04T07:54:43.245887Z","level":"DEBUG","fields":{"message":"LEVEL vibe=DEBUG,vibe_core=DEBUG,whisper_rs=INFO"},"target":"vibe::logging"}
{"timestamp":"2024-12-04T07:54:43.246054Z","level":"DEBUG","fields":{"message":"Setup logging to file at C:\\Users\\Pavel Kreinin\\AppData\\Roaming\\github.com.thewh1teagle.vibe\\log_2024-12-04.txt"},"target":"vibe::logging"}
{"timestamp":"2024-12-04T07:54:43.246074Z","level":"DEBUG","fields":{"message":"clean old logs"},"target":"vibe::cleaner"}
{"timestamp":"2024-12-04T07:54:43.246120Z","level":"DEBUG","fields":{"message":"searching old logs in C:\\Users\\Pavel Kreinin\\AppData\\Roaming\\github.com.thewh1teagle.vibe/log*.txt"},"target":"vibe::cleaner"}
{"timestamp":"2024-12-04T07:54:43.246745Z","level":"DEBUG","fields":{"message":"Skip clean of current log path C:\\Users\\Pavel Kreinin\\AppData\\Roaming\\github.com.thewh1teagle.vibe\\log_2024-12-04.txt"},"target":"vibe::cleaner"}
{"timestamp":"2024-12-04T07:54:43.247052Z","level":"DEBUG","fields":{"message":"searching old files in C:\\Users\\PAVELK~1\\AppData\\Local\\Temp/vibe_temp*"},"target":"vibe::cleaner"}
{"timestamp":"2024-12-04T07:54:43.571688Z","level":"DEBUG","fields":{"message":"Skip deletion of C:\\Users\\PAVELK~1\\AppData\\Local\\Temp\\vibe_temp_2024-12-04"},"target":"vibe::cleaner"}
{"timestamp":"2024-12-04T07:54:43.571907Z","level":"DEBUG","fields":{"message":"Vibe App Running"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T07:54:43.572592Z","level":"DEBUG","fields":{"message":"webview version: 131.0.2903.70"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T07:54:43.572824Z","level":"DEBUG","fields":{"message":"Protocol handler registered successfully."},"target":"vibe::custom_protocol"}
{"timestamp":"2024-12-04T07:54:43.572882Z","level":"DEBUG","fields":{"message":"Cargo features: vulkan"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T07:54:43.572934Z","level":"DEBUG","fields":{"message":"CPU Features\n{\"avx\":{\"enabled\":true,\"support\":true},\"avx2\":{\"enabled\":true,\"support\":true},\"f16c\":{\"enabled\":true,\"support\":true},\"fma\":{\"enabled\":true,\"support\":true}}"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T07:54:43.572946Z","level":"DEBUG","fields":{"message":"Executable Architecture: x86_64"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T07:54:43.572960Z","level":"DEBUG","fields":{"message":"APP VERSION: 2.6.8"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T07:54:43.572970Z","level":"DEBUG","fields":{"message":"COMMIT HASH: 866209f"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T07:54:43.572991Z","level":"DEBUG","fields":{"message":"Non CLI mode"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T07:54:46.004802Z","level":"DEBUG","fields":{"message":"Vulkan support is successfully checked and working."},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T07:54:46.020630Z","level":"DEBUG","fields":{"message":"Default Input Device:\nOk(\"Microphone Array (Realtek(R) Audio)\")"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T07:54:46.020688Z","level":"DEBUG","fields":{"message":"Default Output Device:\nOk(\"Speakers (Realtek(R) Audio)\")"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T07:54:46.022948Z","level":"DEBUG","fields":{"message":"Devices: "},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T07:54:51.439500Z","level":"DEBUG","fields":{"message":"Vulkan support is successfully checked and working."},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T07:54:51.453334Z","level":"DEBUG","fields":{"message":"Default Input Device:\nOk(\"Microphone Array (Realtek(R) Audio)\")"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T07:54:51.453365Z","level":"DEBUG","fields":{"message":"Default Output Device:\nOk(\"Speakers (Realtek(R) Audio)\")"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T07:54:51.455728Z","level":"DEBUG","fields":{"message":"Devices: "},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:25:51.632808Z","level":"DEBUG","fields":{"message":"models folder: \"C:\\\\Users\\\\Pavel Kreinin\\\\OneDrive - A-Impact\\\\Desktop\\\\AI\\\\מודל תמלול\""},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:25:51.647286Z","level":"DEBUG","fields":{"message":"models folder: \"C:\\\\Users\\\\Pavel Kreinin\\\\OneDrive - A-Impact\\\\Desktop\\\\AI\\\\מודל תמלול\""},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:25:56.926177Z","level":"DEBUG","fields":{"message":"models folder: \"C:\\\\Users\\\\Pavel Kreinin\\\\OneDrive - A-Impact\\\\Desktop\\\\AI\\\\מודל תמלול\""},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:26:25.041248Z","level":"DEBUG","fields":{"message":"models folder: \"C:\\\\Users\\\\Pavel Kreinin\\\\OneDrive - A-Impact\\\\Desktop\\\\AI\\\\מודל תמלול\""},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:26:27.740084Z","level":"DEBUG","fields":{"message":"Download model invoked! with path C:\\Users\\Pavel Kreinin\\OneDrive - A-Impact\\Desktop\\AI\\מודל תמלול\\wespeaker_en_voxceleb_CAM++.onnx"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:26:27.740138Z","level":"DEBUG","fields":{"message":"download from https://github.com/thewh1teagle/vibe/releases/download/v0.0.1/wespeaker_en_voxceleb_CAM++.onnx to C:\\Users\\Pavel Kreinin\\OneDrive - A-Impact\\Desktop\\AI\\מודל תמלול\\wespeaker_en_voxceleb_CAM++.onnx"},"target":"vibe_core::downloader"}
{"timestamp":"2024-12-04T11:26:29.731445Z","level":"DEBUG","fields":{"message":"Download model invoked! with path C:\\Users\\Pavel Kreinin\\OneDrive - A-Impact\\Desktop\\AI\\מודל תמלול\\segmentation-3.0.onnx"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:26:29.731489Z","level":"DEBUG","fields":{"message":"download from https://github.com/thewh1teagle/vibe/releases/download/v0.0.1/segmentation-3.0.onnx to C:\\Users\\Pavel Kreinin\\OneDrive - A-Impact\\Desktop\\AI\\מודל תמלול\\segmentation-3.0.onnx"},"target":"vibe_core::downloader"}
{"timestamp":"2024-12-04T11:28:12.763904Z","level":"DEBUG","fields":{"message":"loading model first time"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:12.763962Z","level":"DEBUG","fields":{"message":"open model..."},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:28:12.764043Z","level":"DEBUG","fields":{"message":"gpu device: 0"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:28:12.764047Z","level":"DEBUG","fields":{"message":"use gpu: true"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:28:12.764053Z","level":"DEBUG","fields":{"message":"creating whisper context with model path C:\\Users\\Pavel Kreinin\\OneDrive - A-Impact\\Desktop\\AI\\מודל תמלול\\model.bin"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:28:12.764068Z","level":"INFO","fields":{"message":"whisper_init_from_file_with_params_no_state: loading model from 'C:\\Users\\Pavel Kreinin\\OneDrive - A-Impact\\Desktop\\AI\\מודל תמלול\\model.bin'"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:28:12.764219Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: use gpu    = 1"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:28:12.764223Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: flash attn = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:28:12.764226Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: gpu_device = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:28:12.764229Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: dtw        = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:28:14.126582Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: devices    = 2"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:28:14.126605Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: backends   = 2"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:28:14.126626Z","level":"INFO","fields":{"message":"whisper_model_load: loading model"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:28:14.126708Z","level":"ERROR","fields":{"message":"whisper_model_load: invalid model data (bad magic)"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:28:14.126735Z","level":"ERROR","fields":{"message":"whisper_init_with_params_no_state: failed to load model"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:28:25.441806Z","level":"DEBUG","fields":{"message":"Download model invoked! with path C:\\Users\\Pavel Kreinin\\AppData\\Local\\github.com.thewh1teagle.vibe\\ggml-medium-q8_0.bin"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:25.441849Z","level":"DEBUG","fields":{"message":"download from https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-medium-q8_0.bin to C:\\Users\\Pavel Kreinin\\AppData\\Local\\github.com.thewh1teagle.vibe\\ggml-medium-q8_0.bin"},"target":"vibe_core::downloader"}
{"timestamp":"2024-12-04T11:28:26.050088Z","level":"DEBUG","fields":{"message":"set_progress_bar 0.2566934145393257"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:26.121932Z","level":"DEBUG","fields":{"message":"set_progress_bar 0.5133868290786514"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:26.214623Z","level":"DEBUG","fields":{"message":"set_progress_bar 0.7700802436179771"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:26.326892Z","level":"DEBUG","fields":{"message":"set_progress_bar 1.0261938457665933"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:26.422483Z","level":"DEBUG","fields":{"message":"set_progress_bar 1.281249721457168"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:26.497389Z","level":"DEBUG","fields":{"message":"set_progress_bar 1.5379431359964937"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:26.552319Z","level":"DEBUG","fields":{"message":"set_progress_bar 1.7946365505358195"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:26.652121Z","level":"DEBUG","fields":{"message":"set_progress_bar 2.051329965075145"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:26.725276Z","level":"DEBUG","fields":{"message":"set_progress_bar 2.308023379614471"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:26.817873Z","level":"DEBUG","fields":{"message":"set_progress_bar 2.563530449907368"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:26.905512Z","level":"DEBUG","fields":{"message":"set_progress_bar 2.8184254015473162"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:27.014826Z","level":"DEBUG","fields":{"message":"set_progress_bar 3.075118816086642"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:27.086138Z","level":"DEBUG","fields":{"message":"set_progress_bar 3.3318122306259674"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:27.199144Z","level":"DEBUG","fields":{"message":"set_progress_bar 3.5885056451652937"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:27.289120Z","level":"DEBUG","fields":{"message":"set_progress_bar 3.845199059704619"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:27.377764Z","level":"DEBUG","fields":{"message":"set_progress_bar 4.101892474243945"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:27.470115Z","level":"DEBUG","fields":{"message":"set_progress_bar 4.358585888783271"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:27.531649Z","level":"DEBUG","fields":{"message":"set_progress_bar 4.613939443604476"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:27.616910Z","level":"DEBUG","fields":{"message":"set_progress_bar 4.870100897885882"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:27.694527Z","level":"DEBUG","fields":{"message":"set_progress_bar 5.125144992721429"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:27.776041Z","level":"DEBUG","fields":{"message":"set_progress_bar 5.379887400506596"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:27.849238Z","level":"DEBUG","fields":{"message":"set_progress_bar 5.636580815045921"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:27.929769Z","level":"DEBUG","fields":{"message":"set_progress_bar 5.893274229585247"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:28.011144Z","level":"DEBUG","fields":{"message":"set_progress_bar 6.1499676441245725"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:28.092439Z","level":"DEBUG","fields":{"message":"set_progress_bar 6.406661058663898"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:28.146187Z","level":"DEBUG","fields":{"message":"set_progress_bar 6.663354473203224"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:28.187660Z","level":"DEBUG","fields":{"message":"set_progress_bar 6.92004788774255"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:28.233212Z","level":"DEBUG","fields":{"message":"set_progress_bar 7.176741302281875"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:28.322842Z","level":"DEBUG","fields":{"message":"set_progress_bar 7.4332433082900415"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:28.402283Z","level":"DEBUG","fields":{"message":"set_progress_bar 7.689936722829367"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:28.443538Z","level":"DEBUG","fields":{"message":"set_progress_bar 7.944831674469315"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:28.506955Z","level":"DEBUG","fields":{"message":"set_progress_bar 8.20152508900864"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:28.586336Z","level":"DEBUG","fields":{"message":"set_progress_bar 8.458218503547966"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:28.685065Z","level":"DEBUG","fields":{"message":"set_progress_bar 8.714911918087292"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:28.751515Z","level":"DEBUG","fields":{"message":"set_progress_bar 8.971605332626618"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:28.806347Z","level":"DEBUG","fields":{"message":"set_progress_bar 9.228298747165944"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:28.868759Z","level":"DEBUG","fields":{"message":"set_progress_bar 9.48499216170527"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:28.955838Z","level":"DEBUG","fields":{"message":"set_progress_bar 9.741494167713435"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:29.031899Z","level":"DEBUG","fields":{"message":"set_progress_bar 9.996389119353385"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:29.114807Z","level":"DEBUG","fields":{"message":"set_progress_bar 10.253082533892709"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:29.155129Z","level":"DEBUG","fields":{"message":"set_progress_bar 10.509775948432035"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:29.246039Z","level":"DEBUG","fields":{"message":"set_progress_bar 10.765596850986682"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:29.315363Z","level":"DEBUG","fields":{"message":"set_progress_bar 11.021172906080148"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:29.393104Z","level":"DEBUG","fields":{"message":"set_progress_bar 11.277674912088315"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:29.458243Z","level":"DEBUG","fields":{"message":"set_progress_bar 11.532569863728263"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:29.524015Z","level":"DEBUG","fields":{"message":"set_progress_bar 11.789263278267589"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:29.581415Z","level":"DEBUG","fields":{"message":"set_progress_bar 12.045860988541335"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:29.635093Z","level":"DEBUG","fields":{"message":"set_progress_bar 12.300660235915704"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:29.722326Z","level":"DEBUG","fields":{"message":"set_progress_bar 12.557353650455028"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:29.819561Z","level":"DEBUG","fields":{"message":"set_progress_bar 12.813855656463193"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:29.883551Z","level":"DEBUG","fields":{"message":"set_progress_bar 13.06875060810314"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:29.968871Z","level":"DEBUG","fields":{"message":"set_progress_bar 13.325444022642468"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:30.085635Z","level":"DEBUG","fields":{"message":"set_progress_bar 13.582137437181792"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:30.169894Z","level":"DEBUG","fields":{"message":"set_progress_bar 13.83883085172112"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:30.234611Z","level":"DEBUG","fields":{"message":"set_progress_bar 14.095332857729284"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:30.332699Z","level":"DEBUG","fields":{"message":"set_progress_bar 14.350227809369235"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:30.410062Z","level":"DEBUG","fields":{"message":"set_progress_bar 14.606921223908559"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:30.495060Z","level":"DEBUG","fields":{"message":"set_progress_bar 14.863614638447887"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:30.608427Z","level":"DEBUG","fields":{"message":"set_progress_bar 15.119435541002533"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:30.707692Z","level":"DEBUG","fields":{"message":"set_progress_bar 15.375011596096"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:30.808792Z","level":"DEBUG","fields":{"message":"set_progress_bar 15.630444094791097"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:30.859181Z","level":"DEBUG","fields":{"message":"set_progress_bar 15.886408553744113"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:30.930158Z","level":"DEBUG","fields":{"message":"set_progress_bar 16.14310196828344"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:30.969673Z","level":"DEBUG","fields":{"message":"set_progress_bar 16.399795382822766"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:31.037852Z","level":"DEBUG","fields":{"message":"set_progress_bar 16.65648879736209"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:31.109357Z","level":"DEBUG","fields":{"message":"set_progress_bar 16.911468522577387"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:31.193937Z","level":"DEBUG","fields":{"message":"set_progress_bar 17.167388287152573"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:31.277294Z","level":"DEBUG","fields":{"message":"set_progress_bar 17.424081701691897"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:31.334538Z","level":"DEBUG","fields":{"message":"set_progress_bar 17.68077511623122"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:31.430071Z","level":"DEBUG","fields":{"message":"set_progress_bar 17.93746853077055"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:31.515460Z","level":"DEBUG","fields":{"message":"set_progress_bar 18.192901029465645"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:31.610802Z","level":"DEBUG","fields":{"message":"set_progress_bar 18.44886548841866"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:31.716113Z","level":"DEBUG","fields":{"message":"set_progress_bar 18.705558902957986"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:31.791679Z","level":"DEBUG","fields":{"message":"set_progress_bar 18.962252317497313"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:31.881246Z","level":"DEBUG","fields":{"message":"set_progress_bar 19.21837150644316"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:31.991847Z","level":"DEBUG","fields":{"message":"set_progress_bar 19.473649275145426"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:32.075064Z","level":"DEBUG","fields":{"message":"set_progress_bar 19.73034268968475"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:32.168158Z","level":"DEBUG","fields":{"message":"set_progress_bar 19.987036104224078"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:32.218471Z","level":"DEBUG","fields":{"message":"set_progress_bar 20.243585962365035"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:32.309123Z","level":"DEBUG","fields":{"message":"set_progress_bar 20.49843306187219"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:32.397355Z","level":"DEBUG","fields":{"message":"set_progress_bar 20.753336029351644"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:32.480431Z","level":"DEBUG","fields":{"message":"set_progress_bar 21.010029443890968"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:32.567950Z","level":"DEBUG","fields":{"message":"set_progress_bar 21.266722858430295"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:32.651221Z","level":"DEBUG","fields":{"message":"set_progress_bar 21.52341627296962"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:32.719018Z","level":"DEBUG","fields":{"message":"set_progress_bar 21.779529875118236"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:32.809956Z","level":"DEBUG","fields":{"message":"set_progress_bar 22.034613806247073"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:32.895520Z","level":"DEBUG","fields":{"message":"set_progress_bar 22.291307220786397"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:32.974679Z","level":"DEBUG","fields":{"message":"set_progress_bar 22.548000635325725"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:33.045702Z","level":"DEBUG","fields":{"message":"set_progress_bar 22.80469404986505"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:33.140727Z","level":"DEBUG","fields":{"message":"set_progress_bar 23.061196055873214"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:33.231994Z","level":"DEBUG","fields":{"message":"set_progress_bar 23.31609100751316"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:33.329393Z","level":"DEBUG","fields":{"message":"set_progress_bar 23.57278442205249"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:33.412041Z","level":"DEBUG","fields":{"message":"set_progress_bar 23.829477836591813"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:33.473611Z","level":"DEBUG","fields":{"message":"set_progress_bar 24.086171251131137"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:33.570784Z","level":"DEBUG","fields":{"message":"set_progress_bar 24.342768961404886"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:33.636419Z","level":"DEBUG","fields":{"message":"set_progress_bar 24.598026811960512"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:33.701537Z","level":"DEBUG","fields":{"message":"set_progress_bar 24.854283970507495"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:33.791231Z","level":"DEBUG","fields":{"message":"set_progress_bar 25.109423769608625"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:33.872475Z","level":"DEBUG","fields":{"message":"set_progress_bar 25.366117184147953"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:33.981904Z","level":"DEBUG","fields":{"message":"set_progress_bar 25.62223078629657"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:34.078848Z","level":"DEBUG","fields":{"message":"set_progress_bar 25.87705553861481"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:34.132987Z","level":"DEBUG","fields":{"message":"set_progress_bar 26.133627743944682"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:34.205685Z","level":"DEBUG","fields":{"message":"set_progress_bar 26.38845249626292"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:34.294925Z","level":"DEBUG","fields":{"message":"set_progress_bar 26.64514591080225"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:34.376489Z","level":"DEBUG","fields":{"message":"set_progress_bar 26.901839325341577"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:34.469791Z","level":"DEBUG","fields":{"message":"set_progress_bar 27.157223971903882"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:34.550824Z","level":"DEBUG","fields":{"message":"set_progress_bar 27.41323628298969"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:34.596551Z","level":"DEBUG","fields":{"message":"set_progress_bar 27.66992969752901"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:34.654001Z","level":"DEBUG","fields":{"message":"set_progress_bar 27.9263359992716"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:34.734259Z","level":"DEBUG","fields":{"message":"set_progress_bar 28.181326655177124"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:34.815341Z","level":"DEBUG","fields":{"message":"set_progress_bar 28.43802006971645"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:34.901979Z","level":"DEBUG","fields":{"message":"set_progress_bar 28.694522075724617"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:35.000500Z","level":"DEBUG","fields":{"message":"set_progress_bar 28.949417027364564"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:35.079684Z","level":"DEBUG","fields":{"message":"set_progress_bar 29.206110441903892"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:35.118812Z","level":"DEBUG","fields":{"message":"set_progress_bar 29.46280385644322"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:35.196828Z","level":"DEBUG","fields":{"message":"set_progress_bar 29.719497270982544"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:35.245625Z","level":"DEBUG","fields":{"message":"set_progress_bar 29.975999276990713"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:35.329726Z","level":"DEBUG","fields":{"message":"set_progress_bar 30.230894228630657"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:35.413291Z","level":"DEBUG","fields":{"message":"set_progress_bar 30.487587643169984"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:35.480059Z","level":"DEBUG","fields":{"message":"set_progress_bar 30.744281057709312"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:35.553774Z","level":"DEBUG","fields":{"message":"set_progress_bar 31.000974472248632"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:35.637295Z","level":"DEBUG","fields":{"message":"set_progress_bar 31.25766788678796"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:35.738319Z","level":"DEBUG","fields":{"message":"set_progress_bar 31.514361301327288"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:35.828554Z","level":"DEBUG","fields":{"message":"set_progress_bar 31.771054715866615"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:35.914222Z","level":"DEBUG","fields":{"message":"set_progress_bar 32.02774813040594"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:35.975297Z","level":"DEBUG","fields":{"message":"set_progress_bar 32.28425013641411"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:36.042902Z","level":"DEBUG","fields":{"message":"set_progress_bar 32.53914508805405"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:36.132383Z","level":"DEBUG","fields":{"message":"set_progress_bar 32.79583850259338"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:36.231299Z","level":"DEBUG","fields":{"message":"set_progress_bar 33.052531917132704"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:36.323131Z","level":"DEBUG","fields":{"message":"set_progress_bar 33.309225331672025"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:36.406062Z","level":"DEBUG","fields":{"message":"set_progress_bar 33.564173722241996"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:36.492380Z","level":"DEBUG","fields":{"message":"set_progress_bar 33.82043088078898"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:36.579298Z","level":"DEBUG","fields":{"message":"set_progress_bar 34.07532583242893"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:36.810571Z","level":"DEBUG","fields":{"message":"set_progress_bar 34.33201924696826"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:36.838335Z","level":"DEBUG","fields":{"message":"set_progress_bar 34.58771772579232"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:36.889817Z","level":"DEBUG","fields":{"message":"set_progress_bar 34.84441114033164"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:36.973080Z","level":"DEBUG","fields":{"message":"set_progress_bar 35.101104554870965"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:37.066218Z","level":"DEBUG","fields":{"message":"set_progress_bar 35.35760656087913"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:37.151755Z","level":"DEBUG","fields":{"message":"set_progress_bar 35.61250151251908"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:37.251528Z","level":"DEBUG","fields":{"message":"set_progress_bar 35.86919492705841"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:37.314253Z","level":"DEBUG","fields":{"message":"set_progress_bar 36.12588834159773"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:37.388253Z","level":"DEBUG","fields":{"message":"set_progress_bar 36.38258175613706"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:37.456881Z","level":"DEBUG","fields":{"message":"set_progress_bar 36.63908376214522"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:37.541729Z","level":"DEBUG","fields":{"message":"set_progress_bar 36.89397871378517"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:37.743759Z","level":"DEBUG","fields":{"message":"set_progress_bar 37.150672128324494"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:37.872660Z","level":"DEBUG","fields":{"message":"set_progress_bar 37.40736554286382"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:37.934632Z","level":"DEBUG","fields":{"message":"set_progress_bar 37.662566553830246"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:37.982217Z","level":"DEBUG","fields":{"message":"set_progress_bar 37.91916426410399"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:38.063099Z","level":"DEBUG","fields":{"message":"set_progress_bar 38.17396351147836"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:38.160602Z","level":"DEBUG","fields":{"message":"set_progress_bar 38.43065692601769"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:38.251012Z","level":"DEBUG","fields":{"message":"set_progress_bar 38.68735034055701"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:38.343098Z","level":"DEBUG","fields":{"message":"set_progress_bar 38.94404375509634"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:38.432394Z","level":"DEBUG","fields":{"message":"set_progress_bar 39.2005457611045"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:38.494195Z","level":"DEBUG","fields":{"message":"set_progress_bar 39.45544071274445"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:38.567265Z","level":"DEBUG","fields":{"message":"set_progress_bar 39.712134127283775"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:38.634461Z","level":"DEBUG","fields":{"message":"set_progress_bar 39.96869515901919"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:38.696565Z","level":"DEBUG","fields":{"message":"set_progress_bar 40.22383714425836"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:38.798862Z","level":"DEBUG","fields":{"message":"set_progress_bar 40.47873209589831"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:38.836809Z","level":"DEBUG","fields":{"message":"set_progress_bar 40.735425510437636"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:38.872283Z","level":"DEBUG","fields":{"message":"set_progress_bar 40.992118924976964"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:38.939913Z","level":"DEBUG","fields":{"message":"set_progress_bar 41.24881233951629"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:39.043649Z","level":"DEBUG","fields":{"message":"set_progress_bar 41.505314345524454"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:39.145983Z","level":"DEBUG","fields":{"message":"set_progress_bar 41.7602092971644"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:39.221579Z","level":"DEBUG","fields":{"message":"set_progress_bar 42.01690271170373"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:39.294153Z","level":"DEBUG","fields":{"message":"set_progress_bar 42.273596126243056"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:39.398769Z","level":"DEBUG","fields":{"message":"set_progress_bar 42.53028954078238"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:39.484201Z","level":"DEBUG","fields":{"message":"set_progress_bar 42.786791546790546"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:39.575722Z","level":"DEBUG","fields":{"message":"set_progress_bar 43.041686498430494"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:39.668995Z","level":"DEBUG","fields":{"message":"set_progress_bar 43.29837991296982"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:39.770588Z","level":"DEBUG","fields":{"message":"set_progress_bar 43.55507332750915"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:39.856430Z","level":"DEBUG","fields":{"message":"set_progress_bar 43.81176674204847"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:39.947605Z","level":"DEBUG","fields":{"message":"set_progress_bar 44.06826874805664"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:40.033839Z","level":"DEBUG","fields":{"message":"set_progress_bar 44.323163699696586"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:40.127163Z","level":"DEBUG","fields":{"message":"set_progress_bar 44.577887403856245"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:40.207535Z","level":"DEBUG","fields":{"message":"set_progress_bar 44.83436924881354"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:40.266562Z","level":"DEBUG","fields":{"message":"set_progress_bar 45.08928436150436"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:40.319018Z","level":"DEBUG","fields":{"message":"set_progress_bar 45.34597777604368"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:40.387460Z","level":"DEBUG","fields":{"message":"set_progress_bar 45.60267119058301"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:40.463021Z","level":"DEBUG","fields":{"message":"set_progress_bar 45.85934444407147"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:40.534932Z","level":"DEBUG","fields":{"message":"set_progress_bar 46.11406814823113"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:40.618840Z","level":"DEBUG","fields":{"message":"set_progress_bar 46.37074140171958"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:40.669071Z","level":"DEBUG","fields":{"message":"set_progress_bar 46.62733911199333"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:40.744909Z","level":"DEBUG","fields":{"message":"set_progress_bar 46.882138359367694"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:40.824219Z","level":"DEBUG","fields":{"message":"set_progress_bar 47.13883177390702"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:40.899706Z","level":"DEBUG","fields":{"message":"set_progress_bar 47.395333779915184"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:41.002839Z","level":"DEBUG","fields":{"message":"set_progress_bar 47.65022873155513"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:41.089304Z","level":"DEBUG","fields":{"message":"set_progress_bar 47.90692214609446"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:41.170554Z","level":"DEBUG","fields":{"message":"set_progress_bar 48.16361556063378"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:41.256260Z","level":"DEBUG","fields":{"message":"set_progress_bar 48.42030897517311"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:41.353050Z","level":"DEBUG","fields":{"message":"set_progress_bar 48.676810981181276"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:41.448750Z","level":"DEBUG","fields":{"message":"set_progress_bar 48.931705932821224"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:41.545747Z","level":"DEBUG","fields":{"message":"set_progress_bar 49.18839934736055"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:41.637064Z","level":"DEBUG","fields":{"message":"set_progress_bar 49.44509276189988"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:41.715620Z","level":"DEBUG","fields":{"message":"set_progress_bar 49.7017861764392"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:41.800899Z","level":"DEBUG","fields":{"message":"set_progress_bar 49.95847959097853"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:41.900204Z","level":"DEBUG","fields":{"message":"set_progress_bar 50.215173005517855"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:42.013513Z","level":"DEBUG","fields":{"message":"set_progress_bar 50.471866420057175"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:42.112055Z","level":"DEBUG","fields":{"message":"set_progress_bar 50.72855983459651"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:42.207929Z","level":"DEBUG","fields":{"message":"set_progress_bar 50.98506184060467"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:42.291560Z","level":"DEBUG","fields":{"message":"set_progress_bar 51.23995679224463"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:42.384919Z","level":"DEBUG","fields":{"message":"set_progress_bar 51.49665020678395"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:42.498033Z","level":"DEBUG","fields":{"message":"set_progress_bar 51.75334362132327"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:42.607513Z","level":"DEBUG","fields":{"message":"set_progress_bar 52.0100370358626"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:42.675515Z","level":"DEBUG","fields":{"message":"set_progress_bar 52.266539041870764"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:42.748020Z","level":"DEBUG","fields":{"message":"set_progress_bar 52.52143399351071"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:42.829547Z","level":"DEBUG","fields":{"message":"set_progress_bar 52.77812740805003"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:42.926757Z","level":"DEBUG","fields":{"message":"set_progress_bar 53.03482082258936"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:43.016255Z","level":"DEBUG","fields":{"message":"set_progress_bar 53.29151423712869"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:43.110078Z","level":"DEBUG","fields":{"message":"set_progress_bar 53.54763342607454"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:43.189164Z","level":"DEBUG","fields":{"message":"set_progress_bar 53.80340866263443"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:43.284488Z","level":"DEBUG","fields":{"message":"set_progress_bar 54.06010207717375"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:43.359836Z","level":"DEBUG","fields":{"message":"set_progress_bar 54.31679549171309"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:43.459947Z","level":"DEBUG","fields":{"message":"set_progress_bar 54.57329749772125"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:43.556941Z","level":"DEBUG","fields":{"message":"set_progress_bar 54.82809674509562"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:43.654990Z","level":"DEBUG","fields":{"message":"set_progress_bar 55.08289599246999"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:43.746038Z","level":"DEBUG","fields":{"message":"set_progress_bar 55.33958940700931"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:43.837778Z","level":"DEBUG","fields":{"message":"set_progress_bar 55.596282821548634"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:43.929034Z","level":"DEBUG","fields":{"message":"set_progress_bar 55.85297623608797"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:44.030670Z","level":"DEBUG","fields":{"message":"set_progress_bar 56.10947824209613"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:44.127801Z","level":"DEBUG","fields":{"message":"set_progress_bar 56.364373193736085"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:44.231062Z","level":"DEBUG","fields":{"message":"set_progress_bar 56.61922928069964"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:44.338308Z","level":"DEBUG","fields":{"message":"set_progress_bar 56.87592269523898"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:44.431637Z","level":"DEBUG","fields":{"message":"set_progress_bar 57.1326161097783"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:44.518009Z","level":"DEBUG","fields":{"message":"set_progress_bar 57.389309524317625"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:44.617383Z","level":"DEBUG","fields":{"message":"set_progress_bar 57.645811530325794"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:44.719564Z","level":"DEBUG","fields":{"message":"set_progress_bar 57.90055393811095"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:44.814036Z","level":"DEBUG","fields":{"message":"set_progress_bar 58.15724735265029"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:44.915176Z","level":"DEBUG","fields":{"message":"set_progress_bar 58.41394076718961"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:45.022498Z","level":"DEBUG","fields":{"message":"set_progress_bar 58.67063418172893"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:45.119844Z","level":"DEBUG","fields":{"message":"set_progress_bar 58.92689134027592"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:45.223076Z","level":"DEBUG","fields":{"message":"set_progress_bar 59.18183973084589"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:45.325829Z","level":"DEBUG","fields":{"message":"set_progress_bar 59.436734682485834"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:45.427791Z","level":"DEBUG","fields":{"message":"set_progress_bar 59.69342809702517"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:45.538709Z","level":"DEBUG","fields":{"message":"set_progress_bar 59.95012151156449"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:45.632430Z","level":"DEBUG","fields":{"message":"set_progress_bar 60.20681492610381"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:45.737735Z","level":"DEBUG","fields":{"message":"set_progress_bar 60.46331693211198"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:45.848930Z","level":"DEBUG","fields":{"message":"set_progress_bar 60.71821188375193"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:45.957768Z","level":"DEBUG","fields":{"message":"set_progress_bar 60.97490529829126"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:46.035230Z","level":"DEBUG","fields":{"message":"set_progress_bar 61.23159871283058"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:46.110704Z","level":"DEBUG","fields":{"message":"set_progress_bar 61.4882921273699"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:46.178291Z","level":"DEBUG","fields":{"message":"set_progress_bar 61.74498554190924"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:46.225885Z","level":"DEBUG","fields":{"message":"set_progress_bar 62.00167895644856"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:46.269557Z","level":"DEBUG","fields":{"message":"set_progress_bar 62.25837237098788"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:46.311403Z","level":"DEBUG","fields":{"message":"set_progress_bar 62.51506578552721"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:46.359739Z","level":"DEBUG","fields":{"message":"set_progress_bar 62.77122723980861"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:46.444624Z","level":"DEBUG","fields":{"message":"set_progress_bar 63.02627133464417"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:46.517934Z","level":"DEBUG","fields":{"message":"set_progress_bar 63.281166286284105"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:46.565937Z","level":"DEBUG","fields":{"message":"set_progress_bar 63.53785970082344"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:46.653948Z","level":"DEBUG","fields":{"message":"set_progress_bar 63.79455311536276"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:46.767752Z","level":"DEBUG","fields":{"message":"set_progress_bar 64.05124652990209"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:46.850956Z","level":"DEBUG","fields":{"message":"set_progress_bar 64.30774853591026"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:46.924364Z","level":"DEBUG","fields":{"message":"set_progress_bar 64.5626434875502"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:47.007990Z","level":"DEBUG","fields":{"message":"set_progress_bar 64.81933690208953"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:47.089004Z","level":"DEBUG","fields":{"message":"set_progress_bar 65.07603031662885"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:47.144914Z","level":"DEBUG","fields":{"message":"set_progress_bar 65.33272373116819"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:47.216137Z","level":"DEBUG","fields":{"message":"set_progress_bar 65.58922573717635"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:47.293683Z","level":"DEBUG","fields":{"message":"set_progress_bar 65.8441206888163"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:47.385714Z","level":"DEBUG","fields":{"message":"set_progress_bar 66.10081410335562"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:47.457331Z","level":"DEBUG","fields":{"message":"set_progress_bar 66.35750751789494"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:47.530622Z","level":"DEBUG","fields":{"message":"set_progress_bar 66.61420093243427"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:47.639335Z","level":"DEBUG","fields":{"message":"set_progress_bar 66.87070293844243"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:47.743172Z","level":"DEBUG","fields":{"message":"set_progress_bar 67.12559789008239"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:47.852977Z","level":"DEBUG","fields":{"message":"set_progress_bar 67.38229130462172"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:47.951703Z","level":"DEBUG","fields":{"message":"set_progress_bar 67.63898471916103"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:48.047418Z","level":"DEBUG","fields":{"message":"set_progress_bar 67.89567813370037"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:48.140727Z","level":"DEBUG","fields":{"message":"set_progress_bar 68.15237154823969"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:48.224120Z","level":"DEBUG","fields":{"message":"set_progress_bar 68.40906496277901"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:48.514526Z","level":"DEBUG","fields":{"message":"set_progress_bar 68.66575837731834"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:48.540153Z","level":"DEBUG","fields":{"message":"set_progress_bar 68.92245179185767"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:48.563884Z","level":"DEBUG","fields":{"message":"set_progress_bar 69.17914520639698"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:48.605709Z","level":"DEBUG","fields":{"message":"set_progress_bar 69.43583862093632"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:48.695441Z","level":"DEBUG","fields":{"message":"set_progress_bar 69.69253203547564"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:48.792223Z","level":"DEBUG","fields":{"message":"set_progress_bar 69.94922545001498"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:48.881951Z","level":"DEBUG","fields":{"message":"set_progress_bar 70.20572745602314"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:48.993394Z","level":"DEBUG","fields":{"message":"set_progress_bar 70.46062240766308"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:49.121872Z","level":"DEBUG","fields":{"message":"set_progress_bar 70.71731582220241"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:49.197464Z","level":"DEBUG","fields":{"message":"set_progress_bar 70.97400923674174"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:49.238985Z","level":"DEBUG","fields":{"message":"set_progress_bar 71.23070265128106"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:49.273914Z","level":"DEBUG","fields":{"message":"set_progress_bar 71.48681625342968"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:49.306486Z","level":"DEBUG","fields":{"message":"set_progress_bar 71.74209960892918"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:49.364098Z","level":"DEBUG","fields":{"message":"set_progress_bar 71.9987930234685"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:49.530738Z","level":"DEBUG","fields":{"message":"set_progress_bar 72.25548643800782"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:49.644381Z","level":"DEBUG","fields":{"message":"set_progress_bar 72.51217985254715"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:49.729844Z","level":"DEBUG","fields":{"message":"set_progress_bar 72.76868185855531"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:49.809120Z","level":"DEBUG","fields":{"message":"set_progress_bar 73.02357681019527"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:49.872957Z","level":"DEBUG","fields":{"message":"set_progress_bar 73.2802702247346"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:49.921078Z","level":"DEBUG","fields":{"message":"set_progress_bar 73.5369636392739"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:50.000812Z","level":"DEBUG","fields":{"message":"set_progress_bar 73.79365705381325"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:50.070773Z","level":"DEBUG","fields":{"message":"set_progress_bar 74.05015905982141"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:50.158828Z","level":"DEBUG","fields":{"message":"set_progress_bar 74.30505401146135"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:50.229300Z","level":"DEBUG","fields":{"message":"set_progress_bar 74.56174742600068"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:50.320198Z","level":"DEBUG","fields":{"message":"set_progress_bar 74.81844084054"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:50.385887Z","level":"DEBUG","fields":{"message":"set_progress_bar 75.07513425507933"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:50.468652Z","level":"DEBUG","fields":{"message":"set_progress_bar 75.3316362610875"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:50.561301Z","level":"DEBUG","fields":{"message":"set_progress_bar 75.58653121272745"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:50.651498Z","level":"DEBUG","fields":{"message":"set_progress_bar 75.84322462726676"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:50.713379Z","level":"DEBUG","fields":{"message":"set_progress_bar 76.09904552982142"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:50.794966Z","level":"DEBUG","fields":{"message":"set_progress_bar 76.35462158491488"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:50.892050Z","level":"DEBUG","fields":{"message":"set_progress_bar 76.61131499945422"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:51.011423Z","level":"DEBUG","fields":{"message":"set_progress_bar 76.86781700546238"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:51.094881Z","level":"DEBUG","fields":{"message":"set_progress_bar 77.12271195710233"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:51.204595Z","level":"DEBUG","fields":{"message":"set_progress_bar 77.3775680440659"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:51.309506Z","level":"DEBUG","fields":{"message":"set_progress_bar 77.63426145860522"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:51.390723Z","level":"DEBUG","fields":{"message":"set_progress_bar 77.89095487314455"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:51.477784Z","level":"DEBUG","fields":{"message":"set_progress_bar 78.14764828768388"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:51.553851Z","level":"DEBUG","fields":{"message":"set_progress_bar 78.40415029369204"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:51.612942Z","level":"DEBUG","fields":{"message":"set_progress_bar 78.6588927014772"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:51.686412Z","level":"DEBUG","fields":{"message":"set_progress_bar 78.91558611601653"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:51.764274Z","level":"DEBUG","fields":{"message":"set_progress_bar 79.17224066587949"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:51.971234Z","level":"DEBUG","fields":{"message":"set_progress_bar 79.42698307366464"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:52.107248Z","level":"DEBUG","fields":{"message":"set_progress_bar 79.68367648820397"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:52.231262Z","level":"DEBUG","fields":{"message":"set_progress_bar 79.94017849421213"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:52.341756Z","level":"DEBUG","fields":{"message":"set_progress_bar 80.19507344585209"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:52.436821Z","level":"DEBUG","fields":{"message":"set_progress_bar 80.45176686039142"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:52.515669Z","level":"DEBUG","fields":{"message":"set_progress_bar 80.70846027493074"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:52.580453Z","level":"DEBUG","fields":{"message":"set_progress_bar 80.96515368947006"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:52.663719Z","level":"DEBUG","fields":{"message":"set_progress_bar 81.2218471040094"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:52.709457Z","level":"DEBUG","fields":{"message":"set_progress_bar 81.47854051854871"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:52.748996Z","level":"DEBUG","fields":{"message":"set_progress_bar 81.73523393308804"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:52.841391Z","level":"DEBUG","fields":{"message":"set_progress_bar 81.991783791229"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:52.943305Z","level":"DEBUG","fields":{"message":"set_progress_bar 82.24663089073616"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:53.040707Z","level":"DEBUG","fields":{"message":"set_progress_bar 82.50313289674432"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:53.123857Z","level":"DEBUG","fields":{"message":"set_progress_bar 82.75802784838426"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:53.220166Z","level":"DEBUG","fields":{"message":"set_progress_bar 83.01346034707936"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:53.291063Z","level":"DEBUG","fields":{"message":"set_progress_bar 83.26942480603238"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:53.384347Z","level":"DEBUG","fields":{"message":"set_progress_bar 83.5261182205717"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:53.448081Z","level":"DEBUG","fields":{"message":"set_progress_bar 83.78281163511103"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:53.538934Z","level":"DEBUG","fields":{"message":"set_progress_bar 84.0393136411192"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:53.626288Z","level":"DEBUG","fields":{"message":"set_progress_bar 84.29420859275915"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:53.714213Z","level":"DEBUG","fields":{"message":"set_progress_bar 84.55090200729846"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:53.793402Z","level":"DEBUG","fields":{"message":"set_progress_bar 84.8075954218378"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:53.884039Z","level":"DEBUG","fields":{"message":"set_progress_bar 85.06428883637712"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:53.950247Z","level":"DEBUG","fields":{"message":"set_progress_bar 85.32079084238529"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:54.023452Z","level":"DEBUG","fields":{"message":"set_progress_bar 85.57568579402523"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:54.096881Z","level":"DEBUG","fields":{"message":"set_progress_bar 85.83237920856457"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:54.167729Z","level":"DEBUG","fields":{"message":"set_progress_bar 86.08907262310389"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:54.220482Z","level":"DEBUG","fields":{"message":"set_progress_bar 86.34576603764322"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:54.257062Z","level":"DEBUG","fields":{"message":"set_progress_bar 86.60226804365138"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:54.338273Z","level":"DEBUG","fields":{"message":"set_progress_bar 86.85716299529133"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:54.421864Z","level":"DEBUG","fields":{"message":"set_progress_bar 87.11385640983066"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:54.514775Z","level":"DEBUG","fields":{"message":"set_progress_bar 87.37054982436999"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:54.601431Z","level":"DEBUG","fields":{"message":"set_progress_bar 87.6272432389093"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:54.679971Z","level":"DEBUG","fields":{"message":"set_progress_bar 87.88393665344863"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:54.753133Z","level":"DEBUG","fields":{"message":"set_progress_bar 88.14063006798796"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:54.839236Z","level":"DEBUG","fields":{"message":"set_progress_bar 88.39732348252728"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:54.933747Z","level":"DEBUG","fields":{"message":"set_progress_bar 88.65401689706661"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:54.975754Z","level":"DEBUG","fields":{"message":"set_progress_bar 88.91071031160594"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:55.047836Z","level":"DEBUG","fields":{"message":"set_progress_bar 89.16740372614525"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:55.125066Z","level":"DEBUG","fields":{"message":"set_progress_bar 89.4240971406846"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:55.224299Z","level":"DEBUG","fields":{"message":"set_progress_bar 89.68079055522391"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:55.328661Z","level":"DEBUG","fields":{"message":"set_progress_bar 89.93748396976325"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:55.387805Z","level":"DEBUG","fields":{"message":"set_progress_bar 90.19417738430256"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:55.471502Z","level":"DEBUG","fields":{"message":"set_progress_bar 90.45087079884189"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:55.572722Z","level":"DEBUG","fields":{"message":"set_progress_bar 90.70756421338122"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:55.691566Z","level":"DEBUG","fields":{"message":"set_progress_bar 90.96425762792055"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:55.792809Z","level":"DEBUG","fields":{"message":"set_progress_bar 91.22095104245986"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:55.854261Z","level":"DEBUG","fields":{"message":"set_progress_bar 91.4776444569992"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:55.927759Z","level":"DEBUG","fields":{"message":"set_progress_bar 91.73433787153851"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:55.997407Z","level":"DEBUG","fields":{"message":"set_progress_bar 91.99103128607784"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:56.056958Z","level":"DEBUG","fields":{"message":"set_progress_bar 92.24772470061717"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:56.149376Z","level":"DEBUG","fields":{"message":"set_progress_bar 92.5044181151565"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:56.236736Z","level":"DEBUG","fields":{"message":"set_progress_bar 92.76111152969581"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:56.337003Z","level":"DEBUG","fields":{"message":"set_progress_bar 93.01780494423515"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:56.426885Z","level":"DEBUG","fields":{"message":"set_progress_bar 93.27449835877447"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:56.504234Z","level":"DEBUG","fields":{"message":"set_progress_bar 93.5311917733138"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:56.562151Z","level":"DEBUG","fields":{"message":"set_progress_bar 93.78788518785312"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:56.655142Z","level":"DEBUG","fields":{"message":"set_progress_bar 94.04438719386128"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:56.752534Z","level":"DEBUG","fields":{"message":"set_progress_bar 94.29928214550124"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:56.853894Z","level":"DEBUG","fields":{"message":"set_progress_bar 94.55597556004057"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:56.947250Z","level":"DEBUG","fields":{"message":"set_progress_bar 94.81266897457989"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:57.022702Z","level":"DEBUG","fields":{"message":"set_progress_bar 95.06936238911922"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:57.116121Z","level":"DEBUG","fields":{"message":"set_progress_bar 95.32605580365853"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:57.187195Z","level":"DEBUG","fields":{"message":"set_progress_bar 95.58274921819788"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:57.256871Z","level":"DEBUG","fields":{"message":"set_progress_bar 95.83944263273719"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:57.308226Z","level":"DEBUG","fields":{"message":"set_progress_bar 96.09613604727652"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:57.390300Z","level":"DEBUG","fields":{"message":"set_progress_bar 96.35282946181584"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:57.468794Z","level":"DEBUG","fields":{"message":"set_progress_bar 96.60768554877941"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:57.571040Z","level":"DEBUG","fields":{"message":"set_progress_bar 96.86437896331874"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:57.668267Z","level":"DEBUG","fields":{"message":"set_progress_bar 97.12107237785807"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:57.741734Z","level":"DEBUG","fields":{"message":"set_progress_bar 97.37776579239738"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:57.823014Z","level":"DEBUG","fields":{"message":"set_progress_bar 97.6339272466788"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:57.892630Z","level":"DEBUG","fields":{"message":"set_progress_bar 97.88897134151433"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:57.967870Z","level":"DEBUG","fields":{"message":"set_progress_bar 98.14371374929951"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:58.041502Z","level":"DEBUG","fields":{"message":"set_progress_bar 98.40040716383884"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:58.085476Z","level":"DEBUG","fields":{"message":"set_progress_bar 98.65710057837816"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:58.149151Z","level":"DEBUG","fields":{"message":"set_progress_bar 98.91379399291749"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:58.244249Z","level":"DEBUG","fields":{"message":"set_progress_bar 99.1704874074568"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:58.340255Z","level":"DEBUG","fields":{"message":"set_progress_bar 99.42718082199615"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:58.427352Z","level":"DEBUG","fields":{"message":"set_progress_bar 99.68387423653546"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:58.506792Z","level":"DEBUG","fields":{"message":"set_progress_bar 99.9405676510748"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:59.695733Z","level":"DEBUG","fields":{"message":"Vulkan support is successfully checked and working."},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:28:59.715281Z","level":"DEBUG","fields":{"message":"Default Input Device:\nOk(\"Microphone Array (Realtek(R) Audio)\")"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:28:59.715324Z","level":"DEBUG","fields":{"message":"Default Output Device:\nOk(\"Speakers (Realtek(R) Audio)\")"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:28:59.720530Z","level":"DEBUG","fields":{"message":"Devices: "},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:29:13.113474Z","level":"DEBUG","fields":{"message":"loading model first time"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:29:13.113504Z","level":"DEBUG","fields":{"message":"open model..."},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:29:13.113582Z","level":"DEBUG","fields":{"message":"gpu device: 0"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:29:13.113586Z","level":"DEBUG","fields":{"message":"use gpu: true"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:29:13.113590Z","level":"DEBUG","fields":{"message":"creating whisper context with model path C:\\Users\\Pavel Kreinin\\AppData\\Local\\github.com.thewh1teagle.vibe\\ggml-medium-q8_0.bin"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:29:13.113599Z","level":"INFO","fields":{"message":"whisper_init_from_file_with_params_no_state: loading model from 'C:\\Users\\Pavel Kreinin\\AppData\\Local\\github.com.thewh1teagle.vibe\\ggml-medium-q8_0.bin'"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:29:13.113700Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: use gpu    = 1"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:29:13.113704Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: flash attn = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:29:13.113707Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: gpu_device = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:29:13.113923Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: dtw        = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:29:13.113950Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: devices    = 2"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:29:13.113958Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: backends   = 2"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:29:13.113970Z","level":"INFO","fields":{"message":"whisper_model_load: loading model"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:29:13.114044Z","level":"INFO","fields":{"message":"whisper_model_load: n_vocab       = 51865"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:29:13.114054Z","level":"INFO","fields":{"message":"whisper_model_load: n_audio_ctx   = 1500"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:29:13.114057Z","level":"INFO","fields":{"message":"whisper_model_load: n_audio_state = 1024"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:29:13.114061Z","level":"INFO","fields":{"message":"whisper_model_load: n_audio_head  = 16"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:29:13.114064Z","level":"INFO","fields":{"message":"whisper_model_load: n_audio_layer = 24"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:29:13.114067Z","level":"INFO","fields":{"message":"whisper_model_load: n_text_ctx    = 448"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:29:13.114070Z","level":"INFO","fields":{"message":"whisper_model_load: n_text_state  = 1024"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:29:13.114073Z","level":"INFO","fields":{"message":"whisper_model_load: n_text_head   = 16"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:29:13.114075Z","level":"INFO","fields":{"message":"whisper_model_load: n_text_layer  = 24"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:29:13.114078Z","level":"INFO","fields":{"message":"whisper_model_load: n_mels        = 80"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:29:13.114081Z","level":"INFO","fields":{"message":"whisper_model_load: ftype         = 7"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:29:13.114084Z","level":"INFO","fields":{"message":"whisper_model_load: qntvr         = 2"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:29:13.114089Z","level":"INFO","fields":{"message":"whisper_model_load: type          = 4 (medium)"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:29:13.177658Z","level":"INFO","fields":{"message":"whisper_model_load: adding 1608 extra tokens"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:29:13.179610Z","level":"INFO","fields":{"message":"whisper_model_load: n_langs       = 99"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:29:13.180576Z","level":"INFO","fields":{"message":"whisper_default_buffer_type: using device Vulkan0 (NVIDIA GeForce MX550)"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:29:32.316669Z","level":"INFO","fields":{"message":"whisper_model_load:  Vulkan0 total size =   822.75 MB"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:29:35.050198Z","level":"INFO","fields":{"message":"whisper_model_load: model size    =  822.75 MB"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:29:35.055256Z","level":"DEBUG","fields":{"message":"created context successfuly"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:29:35.060580Z","level":"DEBUG","fields":{"message":"ffmpeg additiona options: []"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:29:35.060624Z","level":"DEBUG","fields":{"message":"Transcribe called with {\n  \"path\": \"C:\\\\Users\\\\Pavel Kreinin\\\\Downloads\\\\WhatsApp Ptt 2024-12-02 at 14.06.03.ogg\",\n  \"lang\": \"he\",\n  \"verbose\": false,\n  \"n_threads\": 4,\n  \"init_prompt\": \"\",\n  \"temperature\": 0.4,\n  \"translate\": null,\n  \"max_text_ctx\": null,\n  \"word_timestamps\": false,\n  \"max_sentence_len\": 1\n}"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:29:35.060727Z","level":"DEBUG","fields":{"message":"normalize \"C:\\\\Users\\\\Pavel Kreinin\\\\Downloads\\\\WhatsApp Ptt 2024-12-02 at 14.06.03.ogg\""},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:29:35.061730Z","level":"DEBUG","fields":{"message":"ffmpeg path is C:\\ProgramData\\chocolatey\\bin\\ffmpeg.exe"},"target":"vibe_core::audio"}
{"timestamp":"2024-12-04T11:29:35.061749Z","level":"DEBUG","fields":{"message":"cmd: \"C:\\\\ProgramData\\\\chocolatey\\\\bin\\\\ffmpeg.exe\" \"-i\" \"C:\\\\Users\\\\Pavel Kreinin\\\\Downloads\\\\WhatsApp Ptt 2024-12-02 at 14.06.03.ogg\" \"-ar\" \"16000\" \"-ac\" \"1\" \"-c:a\" \"pcm_s16le\" \"C:\\\\Users\\\\PAVELK~1\\\\AppData\\\\Local\\\\Temp\\\\vibe_temp_2024-12-04\\\\c002485f51e28483.wav\" \"-hide_banner\" \"-y\" \"-loglevel\" \"error\""},"target":"vibe_core::audio"}
{"timestamp":"2024-12-04T11:29:37.662582Z","level":"DEBUG","fields":{"message":"out path is C:\\Users\\PAVELK~1\\AppData\\Local\\Temp\\vibe_temp_2024-12-04\\c002485f51e28483.wav"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:29:37.662618Z","level":"DEBUG","fields":{"message":"wav reader read from \"C:\\\\Users\\\\PAVELK~1\\\\AppData\\\\Local\\\\Temp\\\\vibe_temp_2024-12-04\\\\c002485f51e28483.wav\""},"target":"vibe_core::audio"}
{"timestamp":"2024-12-04T11:29:37.662706Z","level":"DEBUG","fields":{"message":"parsing C:\\Users\\PAVELK~1\\AppData\\Local\\Temp\\vibe_temp_2024-12-04\\c002485f51e28483.wav"},"target":"vibe_core::audio"}
{"timestamp":"2024-12-04T11:29:38.009168Z","level":"INFO","fields":{"message":"whisper_backend_init_gpu: using Vulkan0 backend"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:29:38.169213Z","level":"INFO","fields":{"message":"whisper_init_state: kv self size  =   50.33 MB"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:29:38.647576Z","level":"INFO","fields":{"message":"whisper_init_state: kv cross size =  150.99 MB"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:29:38.656912Z","level":"INFO","fields":{"message":"whisper_init_state: kv pad  size  =    6.29 MB"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:29:38.659834Z","level":"INFO","fields":{"message":"whisper_init_state: compute buffer (conv)   =   29.51 MB"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:29:38.677753Z","level":"INFO","fields":{"message":"whisper_init_state: compute buffer (encode) =  170.15 MB"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:29:38.693660Z","level":"INFO","fields":{"message":"whisper_init_state: compute buffer (cross)  =    7.72 MB"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:29:38.714168Z","level":"INFO","fields":{"message":"whisper_init_state: compute buffer (decode) =   99.11 MB"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:29:38.714257Z","level":"DEBUG","fields":{"message":"set language to Some(\"he\")"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:29:38.714277Z","level":"DEBUG","fields":{"message":"setting temperature to 0.4"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:29:38.714287Z","level":"DEBUG","fields":{"message":"setting init prompt to "},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:29:38.714296Z","level":"DEBUG","fields":{"message":"setting n threads to 4"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:29:38.970379Z","level":"DEBUG","fields":{"message":"set start time..."},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:29:38.970440Z","level":"DEBUG","fields":{"message":"setting state full..."},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:29:57.225008Z","level":"DEBUG","fields":{"message":"set_progress_bar 0"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:30:01.983328Z","level":"DEBUG","fields":{"message":"set_progress_bar 1"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:30:05.394118Z","level":"ERROR","fields":{"message":"whisper_full_with_state: failed to decode"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:30:39.923072Z","level":"DEBUG","fields":{"message":"Recording from device: Microphone Array (Realtek(R) Audio)"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:30:39.923102Z","level":"DEBUG","fields":{"message":"Device ID: 2"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:30:39.928359Z","level":"DEBUG","fields":{"message":"WAV file path: \"C:\\\\Users\\\\PAVELK~1\\\\AppData\\\\Local\\\\Temp\\\\vibe_temp_2024-12-04\\\\jMfQMmkx3v.wav\""},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:30:40.153681Z","level":"DEBUG","fields":{"message":"Stream started playing"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:30:40.153710Z","level":"DEBUG","fields":{"message":"Stream handle created"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:30:40.153722Z","level":"DEBUG","fields":{"message":"Recording from device: Speakers (Realtek(R) Audio)"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:30:40.153725Z","level":"DEBUG","fields":{"message":"Device ID: 0"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:30:40.157111Z","level":"DEBUG","fields":{"message":"WAV file path: \"C:\\\\Users\\\\PAVELK~1\\\\AppData\\\\Local\\\\Temp\\\\vibe_temp_2024-12-04\\\\JNBZMlE95N.wav\""},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:30:40.206224Z","level":"DEBUG","fields":{"message":"Stream started playing"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:30:40.206254Z","level":"DEBUG","fields":{"message":"Stream handle created"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:30:45.461919Z","level":"DEBUG","fields":{"message":"Pausing stream"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:30:45.461957Z","level":"DEBUG","fields":{"message":"Finalizing writer"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:30:45.487805Z","level":"DEBUG","fields":{"message":"Pausing stream"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:30:45.487854Z","level":"DEBUG","fields":{"message":"Finalizing writer"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:30:45.507942Z","level":"DEBUG","fields":{"message":"Emitting record_finish event"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:30:45.508691Z","level":"DEBUG","fields":{"message":"ffmpeg path is C:\\ProgramData\\chocolatey\\bin\\ffmpeg.exe"},"target":"vibe_core::audio"}
{"timestamp":"2024-12-04T11:30:45.508712Z","level":"DEBUG","fields":{"message":"cmd: \"C:\\\\ProgramData\\\\chocolatey\\\\bin\\\\ffmpeg.exe\" \"-i\" \"C:\\\\Users\\\\PAVELK~1\\\\AppData\\\\Local\\\\Temp\\\\vibe_temp_2024-12-04\\\\jMfQMmkx3v.wav\" \"-ar\" \"16000\" \"-ac\" \"1\" \"-c:a\" \"pcm_s16le\" \"C:\\\\Users\\\\PAVELK~1\\\\AppData\\\\Local\\\\Temp\\\\vibe_temp_2024-12-04\\\\2024-12-04 13-30-45.wav\" \"-hide_banner\" \"-y\" \"-loglevel\" \"error\""},"target":"vibe_core::audio"}
{"timestamp":"2024-12-04T11:30:45.693926Z","level":"DEBUG","fields":{"message":"ffmpeg additiona options: []"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:30:45.693957Z","level":"DEBUG","fields":{"message":"Transcribe called with {\n  \"path\": \"C:\\\\Users\\\\Pavel Kreinin\\\\OneDrive - A-Impact\\\\Documents\\\\2024-12-04 13-30-45.wav\",\n  \"lang\": \"en\",\n  \"verbose\": false,\n  \"n_threads\": 4,\n  \"init_prompt\": \"\",\n  \"temperature\": 0.4,\n  \"translate\": null,\n  \"max_text_ctx\": null,\n  \"word_timestamps\": false,\n  \"max_sentence_len\": 1\n}"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:30:45.694154Z","level":"DEBUG","fields":{"message":"wav spec: WavSpec { channels: 1, sample_rate: 16000, bits_per_sample: 16, sample_format: Int }"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:30:45.694216Z","level":"DEBUG","fields":{"message":"Skip normalize"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:30:45.694229Z","level":"DEBUG","fields":{"message":"out path is C:\\Users\\Pavel Kreinin\\OneDrive - A-Impact\\Documents\\2024-12-04 13-30-45.wav"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:30:45.694239Z","level":"DEBUG","fields":{"message":"wav reader read from \"C:\\\\Users\\\\Pavel Kreinin\\\\OneDrive - A-Impact\\\\Documents\\\\2024-12-04 13-30-45.wav\""},"target":"vibe_core::audio"}
{"timestamp":"2024-12-04T11:30:45.694302Z","level":"DEBUG","fields":{"message":"parsing C:\\Users\\Pavel Kreinin\\OneDrive - A-Impact\\Documents\\2024-12-04 13-30-45.wav"},"target":"vibe_core::audio"}
{"timestamp":"2024-12-04T11:30:45.695465Z","level":"INFO","fields":{"message":"whisper_backend_init_gpu: using Vulkan0 backend"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:30:45.819986Z","level":"INFO","fields":{"message":"whisper_init_state: kv self size  =   50.33 MB"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:30:46.207085Z","level":"INFO","fields":{"message":"whisper_init_state: kv cross size =  150.99 MB"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:30:46.211658Z","level":"INFO","fields":{"message":"whisper_init_state: kv pad  size  =    6.29 MB"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:30:46.215260Z","level":"INFO","fields":{"message":"whisper_init_state: compute buffer (conv)   =   29.51 MB"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:30:46.221392Z","level":"INFO","fields":{"message":"whisper_init_state: compute buffer (encode) =  170.15 MB"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:30:46.224917Z","level":"INFO","fields":{"message":"whisper_init_state: compute buffer (cross)  =    7.72 MB"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:30:46.231713Z","level":"INFO","fields":{"message":"whisper_init_state: compute buffer (decode) =   99.11 MB"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:30:46.231753Z","level":"DEBUG","fields":{"message":"set language to Some(\"en\")"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:30:46.231772Z","level":"DEBUG","fields":{"message":"setting temperature to 0.4"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:30:46.231779Z","level":"DEBUG","fields":{"message":"setting init prompt to "},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:30:46.231784Z","level":"DEBUG","fields":{"message":"setting n threads to 4"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:30:46.232049Z","level":"DEBUG","fields":{"message":"set start time..."},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:30:46.232055Z","level":"DEBUG","fields":{"message":"setting state full..."},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:30:46.300421Z","level":"DEBUG","fields":{"message":"set_progress_bar 0"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:30:47.726218Z","level":"DEBUG","fields":{"message":"set_progress_bar 95"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:30:47.726268Z","level":"DEBUG","fields":{"message":"getting segments count..."},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:30:47.726273Z","level":"DEBUG","fields":{"message":"found 1 sentence segments"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:30:47.726277Z","level":"DEBUG","fields":{"message":"looping segments..."},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:32:03.237416Z","level":"DEBUG","fields":{"message":"model path or gpu device changed. reloading"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:32:03.237469Z","level":"DEBUG","fields":{"message":"open model..."},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:32:03.237558Z","level":"DEBUG","fields":{"message":"gpu device: 0"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:32:03.237566Z","level":"DEBUG","fields":{"message":"use gpu: true"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:32:03.237571Z","level":"DEBUG","fields":{"message":"creating whisper context with model path C:\\Users\\Pavel Kreinin\\AppData\\Local\\github.com.thewh1teagle.vibe\\model.bin"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:32:03.237581Z","level":"INFO","fields":{"message":"whisper_init_from_file_with_params_no_state: loading model from 'C:\\Users\\Pavel Kreinin\\AppData\\Local\\github.com.thewh1teagle.vibe\\model.bin'"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:32:03.270102Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: use gpu    = 1"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:32:03.270129Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: flash attn = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:32:03.270132Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: gpu_device = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:32:03.270135Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: dtw        = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:32:03.270138Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: devices    = 2"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:32:03.270141Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: backends   = 2"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:32:03.270148Z","level":"INFO","fields":{"message":"whisper_model_load: loading model"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:32:03.270177Z","level":"ERROR","fields":{"message":"whisper_model_load: invalid model data (bad magic)"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:32:03.270202Z","level":"ERROR","fields":{"message":"whisper_init_with_params_no_state: failed to load model"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:34:31.125449Z","level":"DEBUG","fields":{"message":"model path or gpu device changed. reloading"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:34:31.125506Z","level":"DEBUG","fields":{"message":"open model..."},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:34:31.125590Z","level":"DEBUG","fields":{"message":"gpu device: 0"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:34:31.125594Z","level":"DEBUG","fields":{"message":"use gpu: true"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:34:31.125599Z","level":"DEBUG","fields":{"message":"creating whisper context with model path C:\\Users\\Pavel Kreinin\\AppData\\Local\\github.com.thewh1teagle.vibe\\ggml-ivrit-v2-d4.bin"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:34:31.125610Z","level":"INFO","fields":{"message":"whisper_init_from_file_with_params_no_state: loading model from 'C:\\Users\\Pavel Kreinin\\AppData\\Local\\github.com.thewh1teagle.vibe\\ggml-ivrit-v2-d4.bin'"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:34:31.139901Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: use gpu    = 1"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:34:31.139927Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: flash attn = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:34:31.139931Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: gpu_device = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:34:31.139934Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: dtw        = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:34:31.139938Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: devices    = 2"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:34:31.139944Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: backends   = 2"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:34:31.139956Z","level":"INFO","fields":{"message":"whisper_model_load: loading model"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:34:31.139985Z","level":"INFO","fields":{"message":"whisper_model_load: n_vocab       = 51865"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:34:31.139988Z","level":"INFO","fields":{"message":"whisper_model_load: n_audio_ctx   = 1500"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:34:31.139991Z","level":"INFO","fields":{"message":"whisper_model_load: n_audio_state = 1280"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:34:31.139994Z","level":"INFO","fields":{"message":"whisper_model_load: n_audio_head  = 20"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:34:31.139997Z","level":"INFO","fields":{"message":"whisper_model_load: n_audio_layer = 32"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:34:31.140000Z","level":"INFO","fields":{"message":"whisper_model_load: n_text_ctx    = 448"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:34:31.140003Z","level":"INFO","fields":{"message":"whisper_model_load: n_text_state  = 1280"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:34:31.140006Z","level":"INFO","fields":{"message":"whisper_model_load: n_text_head   = 20"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:34:31.140009Z","level":"INFO","fields":{"message":"whisper_model_load: n_text_layer  = 32"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:34:31.140012Z","level":"INFO","fields":{"message":"whisper_model_load: n_mels        = 80"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:34:31.140015Z","level":"INFO","fields":{"message":"whisper_model_load: ftype         = 1"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:34:31.140018Z","level":"INFO","fields":{"message":"whisper_model_load: qntvr         = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:34:31.140023Z","level":"INFO","fields":{"message":"whisper_model_load: type          = 5 (large)"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:34:31.189822Z","level":"INFO","fields":{"message":"whisper_model_load: adding 1607 extra tokens"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:34:31.190973Z","level":"INFO","fields":{"message":"whisper_model_load: n_langs       = 99"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:34:31.191781Z","level":"INFO","fields":{"message":"whisper_default_buffer_type: using device Vulkan0 (NVIDIA GeForce MX550)"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:34:31.192367Z","level":"ERROR","fields":{"message":"whisper_model_load: failed to allocate memory for the model"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:34:31.192412Z","level":"ERROR","fields":{"message":"whisper_init_with_params_no_state: failed to load model"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:35:24.341119Z","level":"DEBUG","fields":{"message":"Recording from device: Microphone Array (Realtek(R) Audio)"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:35:24.341157Z","level":"DEBUG","fields":{"message":"Device ID: 2"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:35:24.348816Z","level":"DEBUG","fields":{"message":"WAV file path: \"C:\\\\Users\\\\PAVELK~1\\\\AppData\\\\Local\\\\Temp\\\\vibe_temp_2024-12-04\\\\yxMZCqf2Fv.wav\""},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:35:24.541897Z","level":"DEBUG","fields":{"message":"Stream started playing"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:35:24.541948Z","level":"DEBUG","fields":{"message":"Stream handle created"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:35:24.541968Z","level":"DEBUG","fields":{"message":"Recording from device: Speakers (Realtek(R) Audio)"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:35:24.541975Z","level":"DEBUG","fields":{"message":"Device ID: 0"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:35:24.545071Z","level":"DEBUG","fields":{"message":"WAV file path: \"C:\\\\Users\\\\PAVELK~1\\\\AppData\\\\Local\\\\Temp\\\\vibe_temp_2024-12-04\\\\xaQbjGBHUx.wav\""},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:35:24.595365Z","level":"DEBUG","fields":{"message":"Stream started playing"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:35:24.595405Z","level":"DEBUG","fields":{"message":"Stream handle created"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:35:29.707039Z","level":"DEBUG","fields":{"message":"Pausing stream"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:35:29.707104Z","level":"DEBUG","fields":{"message":"Finalizing writer"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:35:29.732788Z","level":"DEBUG","fields":{"message":"Pausing stream"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:35:29.732825Z","level":"DEBUG","fields":{"message":"Finalizing writer"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:35:29.747932Z","level":"DEBUG","fields":{"message":"Emitting record_finish event"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:35:29.748562Z","level":"DEBUG","fields":{"message":"ffmpeg path is C:\\ProgramData\\chocolatey\\bin\\ffmpeg.exe"},"target":"vibe_core::audio"}
{"timestamp":"2024-12-04T11:35:29.748578Z","level":"DEBUG","fields":{"message":"cmd: \"C:\\\\ProgramData\\\\chocolatey\\\\bin\\\\ffmpeg.exe\" \"-i\" \"C:\\\\Users\\\\PAVELK~1\\\\AppData\\\\Local\\\\Temp\\\\vibe_temp_2024-12-04\\\\yxMZCqf2Fv.wav\" \"-ar\" \"16000\" \"-ac\" \"1\" \"-c:a\" \"pcm_s16le\" \"C:\\\\Users\\\\PAVELK~1\\\\AppData\\\\Local\\\\Temp\\\\vibe_temp_2024-12-04\\\\2024-12-04 13-35-29.wav\" \"-hide_banner\" \"-y\" \"-loglevel\" \"error\""},"target":"vibe_core::audio"}
{"timestamp":"2024-12-04T11:35:29.879913Z","level":"DEBUG","fields":{"message":"ffmpeg additiona options: []"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:35:29.879953Z","level":"DEBUG","fields":{"message":"Transcribe called with {\n  \"path\": \"C:\\\\Users\\\\Pavel Kreinin\\\\OneDrive - A-Impact\\\\Documents\\\\2024-12-04 13-35-29.wav\",\n  \"lang\": \"en\",\n  \"verbose\": false,\n  \"n_threads\": 4,\n  \"init_prompt\": \"\",\n  \"temperature\": 0.4,\n  \"translate\": null,\n  \"max_text_ctx\": null,\n  \"word_timestamps\": false,\n  \"max_sentence_len\": 1\n}"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:35:29.880138Z","level":"DEBUG","fields":{"message":"wav spec: WavSpec { channels: 1, sample_rate: 16000, bits_per_sample: 16, sample_format: Int }"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:35:29.880167Z","level":"DEBUG","fields":{"message":"Skip normalize"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:35:29.880174Z","level":"DEBUG","fields":{"message":"out path is C:\\Users\\Pavel Kreinin\\OneDrive - A-Impact\\Documents\\2024-12-04 13-35-29.wav"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:35:29.880181Z","level":"DEBUG","fields":{"message":"wav reader read from \"C:\\\\Users\\\\Pavel Kreinin\\\\OneDrive - A-Impact\\\\Documents\\\\2024-12-04 13-35-29.wav\""},"target":"vibe_core::audio"}
{"timestamp":"2024-12-04T11:35:29.880224Z","level":"DEBUG","fields":{"message":"parsing C:\\Users\\Pavel Kreinin\\OneDrive - A-Impact\\Documents\\2024-12-04 13-35-29.wav"},"target":"vibe_core::audio"}
{"timestamp":"2024-12-04T11:35:29.881268Z","level":"INFO","fields":{"message":"whisper_backend_init_gpu: using Vulkan0 backend"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:40:34.509336Z","level":"DEBUG","fields":{"message":"LEVEL vibe=DEBUG,vibe_core=DEBUG,whisper_rs=INFO"},"target":"vibe::logging"}
{"timestamp":"2024-12-04T11:40:34.509450Z","level":"DEBUG","fields":{"message":"Setup logging to file at C:\\Users\\Pavel Kreinin\\AppData\\Roaming\\github.com.thewh1teagle.vibe\\log_2024-12-04.txt"},"target":"vibe::logging"}
{"timestamp":"2024-12-04T11:40:34.509460Z","level":"DEBUG","fields":{"message":"clean old logs"},"target":"vibe::cleaner"}
{"timestamp":"2024-12-04T11:40:34.509486Z","level":"DEBUG","fields":{"message":"searching old logs in C:\\Users\\Pavel Kreinin\\AppData\\Roaming\\github.com.thewh1teagle.vibe/log*.txt"},"target":"vibe::cleaner"}
{"timestamp":"2024-12-04T11:40:34.509760Z","level":"DEBUG","fields":{"message":"Skip clean of current log path C:\\Users\\Pavel Kreinin\\AppData\\Roaming\\github.com.thewh1teagle.vibe\\log_2024-12-04.txt"},"target":"vibe::cleaner"}
{"timestamp":"2024-12-04T11:40:34.509886Z","level":"DEBUG","fields":{"message":"searching old files in C:\\Users\\PAVELK~1\\AppData\\Local\\Temp/vibe_temp*"},"target":"vibe::cleaner"}
{"timestamp":"2024-12-04T11:40:34.634792Z","level":"DEBUG","fields":{"message":"Skip deletion of C:\\Users\\PAVELK~1\\AppData\\Local\\Temp\\vibe_temp_2024-12-04"},"target":"vibe::cleaner"}
{"timestamp":"2024-12-04T11:40:34.634955Z","level":"DEBUG","fields":{"message":"Vibe App Running"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T11:40:34.635215Z","level":"DEBUG","fields":{"message":"webview version: 131.0.2903.70"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T11:40:34.635328Z","level":"DEBUG","fields":{"message":"Protocol handler registered successfully."},"target":"vibe::custom_protocol"}
{"timestamp":"2024-12-04T11:40:34.635342Z","level":"DEBUG","fields":{"message":"Cargo features: vulkan"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T11:40:34.635362Z","level":"DEBUG","fields":{"message":"CPU Features\n{\"avx\":{\"enabled\":true,\"support\":true},\"avx2\":{\"enabled\":true,\"support\":true},\"f16c\":{\"enabled\":true,\"support\":true},\"fma\":{\"enabled\":true,\"support\":true}}"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T11:40:34.635366Z","level":"DEBUG","fields":{"message":"Executable Architecture: x86_64"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T11:40:34.635371Z","level":"DEBUG","fields":{"message":"APP VERSION: 2.6.8"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T11:40:34.635374Z","level":"DEBUG","fields":{"message":"COMMIT HASH: 866209f"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T11:40:34.635382Z","level":"DEBUG","fields":{"message":"Non CLI mode"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T11:40:36.600466Z","level":"DEBUG","fields":{"message":"Vulkan support is successfully checked and working."},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:40:36.614654Z","level":"DEBUG","fields":{"message":"Default Input Device:\nOk(\"Microphone Array (Realtek(R) Audio)\")"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:40:36.614681Z","level":"DEBUG","fields":{"message":"Default Output Device:\nOk(\"Speakers (Realtek(R) Audio)\")"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:40:36.616585Z","level":"DEBUG","fields":{"message":"Devices: "},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:40:59.501912Z","level":"DEBUG","fields":{"message":"loading model first time"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:40:59.501991Z","level":"DEBUG","fields":{"message":"open model..."},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:40:59.502088Z","level":"DEBUG","fields":{"message":"gpu device: 0"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:40:59.502093Z","level":"DEBUG","fields":{"message":"use gpu: true"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:40:59.502099Z","level":"DEBUG","fields":{"message":"creating whisper context with model path C:\\Users\\Pavel Kreinin\\AppData\\Local\\github.com.thewh1teagle.vibe\\ggml-ivrit-v2-d4.bin"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:40:59.502114Z","level":"INFO","fields":{"message":"whisper_init_from_file_with_params_no_state: loading model from 'C:\\Users\\Pavel Kreinin\\AppData\\Local\\github.com.thewh1teagle.vibe\\ggml-ivrit-v2-d4.bin'"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:40:59.502317Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: use gpu    = 1"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:40:59.502323Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: flash attn = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:40:59.502326Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: gpu_device = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:40:59.502329Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: dtw        = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:41:00.784940Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: devices    = 2"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:41:00.784971Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: backends   = 2"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:41:00.784987Z","level":"INFO","fields":{"message":"whisper_model_load: loading model"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:41:00.785034Z","level":"INFO","fields":{"message":"whisper_model_load: n_vocab       = 51865"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:41:00.785038Z","level":"INFO","fields":{"message":"whisper_model_load: n_audio_ctx   = 1500"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:41:00.785042Z","level":"INFO","fields":{"message":"whisper_model_load: n_audio_state = 1280"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:41:00.785046Z","level":"INFO","fields":{"message":"whisper_model_load: n_audio_head  = 20"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:41:00.785051Z","level":"INFO","fields":{"message":"whisper_model_load: n_audio_layer = 32"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:41:00.785055Z","level":"INFO","fields":{"message":"whisper_model_load: n_text_ctx    = 448"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:41:00.785059Z","level":"INFO","fields":{"message":"whisper_model_load: n_text_state  = 1280"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:41:00.785062Z","level":"INFO","fields":{"message":"whisper_model_load: n_text_head   = 20"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:41:00.785066Z","level":"INFO","fields":{"message":"whisper_model_load: n_text_layer  = 32"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:41:00.785070Z","level":"INFO","fields":{"message":"whisper_model_load: n_mels        = 80"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:41:00.785074Z","level":"INFO","fields":{"message":"whisper_model_load: ftype         = 1"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:41:00.785078Z","level":"INFO","fields":{"message":"whisper_model_load: qntvr         = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:41:00.785083Z","level":"INFO","fields":{"message":"whisper_model_load: type          = 5 (large)"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:41:00.847086Z","level":"INFO","fields":{"message":"whisper_model_load: adding 1607 extra tokens"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:41:00.848702Z","level":"INFO","fields":{"message":"whisper_model_load: n_langs       = 99"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:41:00.849806Z","level":"INFO","fields":{"message":"whisper_default_buffer_type: using device Vulkan0 (NVIDIA GeForce MX550)"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:41:01.064452Z","level":"ERROR","fields":{"message":"whisper_model_load: failed to allocate memory for the model"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:41:01.064524Z","level":"ERROR","fields":{"message":"whisper_init_with_params_no_state: failed to load model"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:44:45.196239Z","level":"DEBUG","fields":{"message":"loading model first time"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:44:45.196279Z","level":"DEBUG","fields":{"message":"open model..."},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:44:45.196359Z","level":"DEBUG","fields":{"message":"gpu device: 0"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:44:45.196364Z","level":"DEBUG","fields":{"message":"use gpu: true"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:44:45.196368Z","level":"DEBUG","fields":{"message":"creating whisper context with model path C:\\Users\\Pavel Kreinin\\AppData\\Local\\github.com.thewh1teagle.vibe\\ggml-ivrit-v2-d4.bin"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:44:45.196378Z","level":"INFO","fields":{"message":"whisper_init_from_file_with_params_no_state: loading model from 'C:\\Users\\Pavel Kreinin\\AppData\\Local\\github.com.thewh1teagle.vibe\\ggml-ivrit-v2-d4.bin'"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:44:45.196476Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: use gpu    = 1"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:44:45.196480Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: flash attn = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:44:45.196483Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: gpu_device = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:44:45.196486Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: dtw        = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:44:45.196489Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: devices    = 2"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:44:45.196493Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: backends   = 2"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:44:45.196503Z","level":"INFO","fields":{"message":"whisper_model_load: loading model"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:44:45.196531Z","level":"INFO","fields":{"message":"whisper_model_load: n_vocab       = 51865"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:44:45.196534Z","level":"INFO","fields":{"message":"whisper_model_load: n_audio_ctx   = 1500"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:44:45.196537Z","level":"INFO","fields":{"message":"whisper_model_load: n_audio_state = 1280"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:44:45.196540Z","level":"INFO","fields":{"message":"whisper_model_load: n_audio_head  = 20"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:44:45.196542Z","level":"INFO","fields":{"message":"whisper_model_load: n_audio_layer = 32"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:44:45.196545Z","level":"INFO","fields":{"message":"whisper_model_load: n_text_ctx    = 448"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:44:45.196548Z","level":"INFO","fields":{"message":"whisper_model_load: n_text_state  = 1280"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:44:45.196551Z","level":"INFO","fields":{"message":"whisper_model_load: n_text_head   = 20"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:44:45.196554Z","level":"INFO","fields":{"message":"whisper_model_load: n_text_layer  = 32"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:44:45.196597Z","level":"INFO","fields":{"message":"whisper_model_load: n_mels        = 80"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:44:45.196601Z","level":"INFO","fields":{"message":"whisper_model_load: ftype         = 1"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:44:45.196604Z","level":"INFO","fields":{"message":"whisper_model_load: qntvr         = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:44:45.196609Z","level":"INFO","fields":{"message":"whisper_model_load: type          = 5 (large)"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:44:45.249284Z","level":"INFO","fields":{"message":"whisper_model_load: adding 1607 extra tokens"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:44:45.250393Z","level":"INFO","fields":{"message":"whisper_model_load: n_langs       = 99"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:44:45.251286Z","level":"INFO","fields":{"message":"whisper_default_buffer_type: using device Vulkan0 (NVIDIA GeForce MX550)"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:44:45.261292Z","level":"ERROR","fields":{"message":"thread 'tokio-runtime-worker' panicked at core\\src\\panicking.rs:221:5:\npanic in a function that cannot unwind\nCOMMIT: 866209f"},"target":"vibe::panic_hook"}
{"timestamp":"2024-12-04T11:45:20.031961Z","level":"DEBUG","fields":{"message":"LEVEL vibe=DEBUG,vibe_core=DEBUG,whisper_rs=INFO"},"target":"vibe::logging"}
{"timestamp":"2024-12-04T11:45:20.032065Z","level":"DEBUG","fields":{"message":"Setup logging to file at C:\\Users\\Pavel Kreinin\\AppData\\Roaming\\github.com.thewh1teagle.vibe\\log_2024-12-04.txt"},"target":"vibe::logging"}
{"timestamp":"2024-12-04T11:45:20.032093Z","level":"DEBUG","fields":{"message":"clean old logs"},"target":"vibe::cleaner"}
{"timestamp":"2024-12-04T11:45:20.032123Z","level":"DEBUG","fields":{"message":"searching old logs in C:\\Users\\Pavel Kreinin\\AppData\\Roaming\\github.com.thewh1teagle.vibe/log*.txt"},"target":"vibe::cleaner"}
{"timestamp":"2024-12-04T11:45:20.032410Z","level":"DEBUG","fields":{"message":"Skip clean of current log path C:\\Users\\Pavel Kreinin\\AppData\\Roaming\\github.com.thewh1teagle.vibe\\log_2024-12-04.txt"},"target":"vibe::cleaner"}
{"timestamp":"2024-12-04T11:45:20.032511Z","level":"DEBUG","fields":{"message":"searching old files in C:\\Users\\PAVELK~1\\AppData\\Local\\Temp/vibe_temp*"},"target":"vibe::cleaner"}
{"timestamp":"2024-12-04T11:45:20.058141Z","level":"DEBUG","fields":{"message":"Skip deletion of C:\\Users\\PAVELK~1\\AppData\\Local\\Temp\\vibe_temp_2024-12-04"},"target":"vibe::cleaner"}
{"timestamp":"2024-12-04T11:45:20.058377Z","level":"DEBUG","fields":{"message":"Vibe App Running"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T11:45:20.058666Z","level":"DEBUG","fields":{"message":"webview version: 131.0.2903.70"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T11:45:20.058784Z","level":"DEBUG","fields":{"message":"Protocol handler registered successfully."},"target":"vibe::custom_protocol"}
{"timestamp":"2024-12-04T11:45:20.058802Z","level":"DEBUG","fields":{"message":"Cargo features: vulkan"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T11:45:20.058821Z","level":"DEBUG","fields":{"message":"CPU Features\n{\"avx\":{\"enabled\":true,\"support\":true},\"avx2\":{\"enabled\":true,\"support\":true},\"f16c\":{\"enabled\":true,\"support\":true},\"fma\":{\"enabled\":true,\"support\":true}}"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T11:45:20.058826Z","level":"DEBUG","fields":{"message":"Executable Architecture: x86_64"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T11:45:20.058832Z","level":"DEBUG","fields":{"message":"APP VERSION: 2.6.8"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T11:45:20.058836Z","level":"DEBUG","fields":{"message":"COMMIT HASH: 866209f"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T11:45:20.058847Z","level":"DEBUG","fields":{"message":"Non CLI mode"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T11:45:22.087042Z","level":"DEBUG","fields":{"message":"Vulkan support is successfully checked and working."},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:45:22.116478Z","level":"DEBUG","fields":{"message":"Default Input Device:\nOk(\"Microphone Array (Realtek(R) Audio)\")"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:45:22.116662Z","level":"DEBUG","fields":{"message":"Default Output Device:\nOk(\"Speakers (Realtek(R) Audio)\")"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:45:22.119832Z","level":"DEBUG","fields":{"message":"Devices: "},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:45:27.287448Z","level":"DEBUG","fields":{"message":"loading model first time"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:45:27.287511Z","level":"DEBUG","fields":{"message":"open model..."},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:45:27.287638Z","level":"DEBUG","fields":{"message":"gpu device: 0"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:45:27.287648Z","level":"DEBUG","fields":{"message":"use gpu: true"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:45:27.287662Z","level":"DEBUG","fields":{"message":"creating whisper context with model path C:\\Users\\Pavel Kreinin\\AppData\\Local\\github.com.thewh1teagle.vibe\\ggml-ivrit-v2-d4.bin"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:45:27.287685Z","level":"INFO","fields":{"message":"whisper_init_from_file_with_params_no_state: loading model from 'C:\\Users\\Pavel Kreinin\\AppData\\Local\\github.com.thewh1teagle.vibe\\ggml-ivrit-v2-d4.bin'"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:27.287897Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: use gpu    = 1"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:27.287908Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: flash attn = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:27.287915Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: gpu_device = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:27.287921Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: dtw        = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:27.828434Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: devices    = 2"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:27.828462Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: backends   = 2"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:27.828474Z","level":"INFO","fields":{"message":"whisper_model_load: loading model"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:27.828523Z","level":"INFO","fields":{"message":"whisper_model_load: n_vocab       = 51865"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:27.828527Z","level":"INFO","fields":{"message":"whisper_model_load: n_audio_ctx   = 1500"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:27.828530Z","level":"INFO","fields":{"message":"whisper_model_load: n_audio_state = 1280"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:27.828533Z","level":"INFO","fields":{"message":"whisper_model_load: n_audio_head  = 20"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:27.828536Z","level":"INFO","fields":{"message":"whisper_model_load: n_audio_layer = 32"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:27.828539Z","level":"INFO","fields":{"message":"whisper_model_load: n_text_ctx    = 448"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:27.828542Z","level":"INFO","fields":{"message":"whisper_model_load: n_text_state  = 1280"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:27.828595Z","level":"INFO","fields":{"message":"whisper_model_load: n_text_head   = 20"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:27.828600Z","level":"INFO","fields":{"message":"whisper_model_load: n_text_layer  = 32"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:27.828603Z","level":"INFO","fields":{"message":"whisper_model_load: n_mels        = 80"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:27.828606Z","level":"INFO","fields":{"message":"whisper_model_load: ftype         = 1"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:27.828608Z","level":"INFO","fields":{"message":"whisper_model_load: qntvr         = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:27.828613Z","level":"INFO","fields":{"message":"whisper_model_load: type          = 5 (large)"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:27.875517Z","level":"INFO","fields":{"message":"whisper_model_load: adding 1607 extra tokens"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:27.876719Z","level":"INFO","fields":{"message":"whisper_model_load: n_langs       = 99"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:27.877498Z","level":"INFO","fields":{"message":"whisper_default_buffer_type: using device Vulkan0 (NVIDIA GeForce MX550)"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:27.975980Z","level":"ERROR","fields":{"message":"whisper_model_load: failed to allocate memory for the model"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:27.976029Z","level":"ERROR","fields":{"message":"whisper_init_with_params_no_state: failed to load model"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:33.327599Z","level":"DEBUG","fields":{"message":"Download model invoked! with path C:\\Users\\Pavel Kreinin\\AppData\\Local\\github.com.thewh1teagle.vibe\\ggml-medium-q8_0.bin"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:45:33.327633Z","level":"DEBUG","fields":{"message":"download from https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-medium-q8_0.bin to C:\\Users\\Pavel Kreinin\\AppData\\Local\\github.com.thewh1teagle.vibe\\ggml-medium-q8_0.bin"},"target":"vibe_core::downloader"}
{"timestamp":"2024-12-04T11:45:33.403910Z","level":"DEBUG","fields":{"message":"Vulkan support is successfully checked and working."},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:45:33.412562Z","level":"DEBUG","fields":{"message":"Default Input Device:\nOk(\"Microphone Array (Realtek(R) Audio)\")"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:45:33.412588Z","level":"DEBUG","fields":{"message":"Default Output Device:\nOk(\"Speakers (Realtek(R) Audio)\")"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:45:33.414303Z","level":"DEBUG","fields":{"message":"Devices: "},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:45:33.638006Z","level":"DEBUG","fields":{"message":"set_progress_bar 0.2566934145393257"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:45:51.664797Z","level":"DEBUG","fields":{"message":"loading model first time"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:45:51.664863Z","level":"DEBUG","fields":{"message":"open model..."},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:45:51.665031Z","level":"DEBUG","fields":{"message":"gpu device: 0"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:45:51.665056Z","level":"DEBUG","fields":{"message":"use gpu: true"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:45:51.665064Z","level":"DEBUG","fields":{"message":"creating whisper context with model path C:\\Users\\Pavel Kreinin\\AppData\\Local\\github.com.thewh1teagle.vibe\\ggml-ivrit-v2-d4.bin"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:45:51.665082Z","level":"INFO","fields":{"message":"whisper_init_from_file_with_params_no_state: loading model from 'C:\\Users\\Pavel Kreinin\\AppData\\Local\\github.com.thewh1teagle.vibe\\ggml-ivrit-v2-d4.bin'"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:51.665422Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: use gpu    = 1"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:51.665455Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: flash attn = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:51.665510Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: gpu_device = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:51.665541Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: dtw        = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:51.665551Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: devices    = 2"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:51.665558Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: backends   = 2"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:51.665599Z","level":"INFO","fields":{"message":"whisper_model_load: loading model"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:51.665632Z","level":"INFO","fields":{"message":"whisper_model_load: n_vocab       = 51865"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:51.665640Z","level":"INFO","fields":{"message":"whisper_model_load: n_audio_ctx   = 1500"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:51.665647Z","level":"INFO","fields":{"message":"whisper_model_load: n_audio_state = 1280"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:51.665651Z","level":"INFO","fields":{"message":"whisper_model_load: n_audio_head  = 20"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:51.665654Z","level":"INFO","fields":{"message":"whisper_model_load: n_audio_layer = 32"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:51.665685Z","level":"INFO","fields":{"message":"whisper_model_load: n_text_ctx    = 448"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:51.665696Z","level":"INFO","fields":{"message":"whisper_model_load: n_text_state  = 1280"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:51.665703Z","level":"INFO","fields":{"message":"whisper_model_load: n_text_head   = 20"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:51.665709Z","level":"INFO","fields":{"message":"whisper_model_load: n_text_layer  = 32"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:51.665715Z","level":"INFO","fields":{"message":"whisper_model_load: n_mels        = 80"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:51.665729Z","level":"INFO","fields":{"message":"whisper_model_load: ftype         = 1"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:51.665742Z","level":"INFO","fields":{"message":"whisper_model_load: qntvr         = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:51.665758Z","level":"INFO","fields":{"message":"whisper_model_load: type          = 5 (large)"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:51.720533Z","level":"INFO","fields":{"message":"whisper_model_load: adding 1607 extra tokens"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:51.721670Z","level":"INFO","fields":{"message":"whisper_model_load: n_langs       = 99"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:45:51.722409Z","level":"INFO","fields":{"message":"whisper_default_buffer_type: using device Vulkan0 (NVIDIA GeForce MX550)"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:08.862288Z","level":"DEBUG","fields":{"message":"LEVEL vibe=DEBUG,vibe_core=DEBUG,whisper_rs=INFO"},"target":"vibe::logging"}
{"timestamp":"2024-12-04T11:49:08.862420Z","level":"DEBUG","fields":{"message":"Setup logging to file at C:\\Users\\Pavel Kreinin\\AppData\\Roaming\\github.com.thewh1teagle.vibe\\log_2024-12-04.txt"},"target":"vibe::logging"}
{"timestamp":"2024-12-04T11:49:08.862430Z","level":"DEBUG","fields":{"message":"clean old logs"},"target":"vibe::cleaner"}
{"timestamp":"2024-12-04T11:49:08.862456Z","level":"DEBUG","fields":{"message":"searching old logs in C:\\Users\\Pavel Kreinin\\AppData\\Roaming\\github.com.thewh1teagle.vibe/log*.txt"},"target":"vibe::cleaner"}
{"timestamp":"2024-12-04T11:49:08.862727Z","level":"DEBUG","fields":{"message":"Skip clean of current log path C:\\Users\\Pavel Kreinin\\AppData\\Roaming\\github.com.thewh1teagle.vibe\\log_2024-12-04.txt"},"target":"vibe::cleaner"}
{"timestamp":"2024-12-04T11:49:08.862823Z","level":"DEBUG","fields":{"message":"searching old files in C:\\Users\\PAVELK~1\\AppData\\Local\\Temp/vibe_temp*"},"target":"vibe::cleaner"}
{"timestamp":"2024-12-04T11:49:08.891421Z","level":"DEBUG","fields":{"message":"Skip deletion of C:\\Users\\PAVELK~1\\AppData\\Local\\Temp\\vibe_temp_2024-12-04"},"target":"vibe::cleaner"}
{"timestamp":"2024-12-04T11:49:08.891582Z","level":"DEBUG","fields":{"message":"Vibe App Running"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T11:49:08.891837Z","level":"DEBUG","fields":{"message":"webview version: 131.0.2903.70"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T11:49:08.891936Z","level":"DEBUG","fields":{"message":"Protocol handler registered successfully."},"target":"vibe::custom_protocol"}
{"timestamp":"2024-12-04T11:49:08.891950Z","level":"DEBUG","fields":{"message":"Cargo features: vulkan"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T11:49:08.891969Z","level":"DEBUG","fields":{"message":"CPU Features\n{\"avx\":{\"enabled\":true,\"support\":true},\"avx2\":{\"enabled\":true,\"support\":true},\"f16c\":{\"enabled\":true,\"support\":true},\"fma\":{\"enabled\":true,\"support\":true}}"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T11:49:08.891974Z","level":"DEBUG","fields":{"message":"Executable Architecture: x86_64"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T11:49:08.891979Z","level":"DEBUG","fields":{"message":"APP VERSION: 2.6.8"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T11:49:08.891982Z","level":"DEBUG","fields":{"message":"COMMIT HASH: 866209f"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T11:49:08.891990Z","level":"DEBUG","fields":{"message":"Non CLI mode"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T11:49:10.085728Z","level":"DEBUG","fields":{"message":"Vulkan support is successfully checked and working."},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:49:10.105806Z","level":"DEBUG","fields":{"message":"Default Input Device:\nOk(\"Microphone Array (Realtek(R) Audio)\")"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:49:10.105839Z","level":"DEBUG","fields":{"message":"Default Output Device:\nOk(\"Speakers (Realtek(R) Audio)\")"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:49:10.107821Z","level":"DEBUG","fields":{"message":"Devices: "},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:49:21.435986Z","level":"DEBUG","fields":{"message":"loading model first time"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:49:21.436044Z","level":"DEBUG","fields":{"message":"open model..."},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:49:21.436267Z","level":"DEBUG","fields":{"message":"gpu device: 0"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:49:21.436282Z","level":"DEBUG","fields":{"message":"use gpu: true"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:49:21.436297Z","level":"DEBUG","fields":{"message":"creating whisper context with model path C:\\Users\\Pavel Kreinin\\AppData\\Local\\github.com.thewh1teagle.vibe\\ggml-ivrit-v2-d4.bin"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:49:21.436321Z","level":"INFO","fields":{"message":"whisper_init_from_file_with_params_no_state: loading model from 'C:\\Users\\Pavel Kreinin\\AppData\\Local\\github.com.thewh1teagle.vibe\\ggml-ivrit-v2-d4.bin'"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:21.436676Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: use gpu    = 1"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:21.436692Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: flash attn = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:21.436700Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: gpu_device = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:21.436706Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: dtw        = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:22.678526Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: devices    = 2"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:22.678558Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: backends   = 2"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:22.678570Z","level":"INFO","fields":{"message":"whisper_model_load: loading model"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:22.678632Z","level":"INFO","fields":{"message":"whisper_model_load: n_vocab       = 51865"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:22.678636Z","level":"INFO","fields":{"message":"whisper_model_load: n_audio_ctx   = 1500"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:22.678639Z","level":"INFO","fields":{"message":"whisper_model_load: n_audio_state = 1280"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:22.678642Z","level":"INFO","fields":{"message":"whisper_model_load: n_audio_head  = 20"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:22.678645Z","level":"INFO","fields":{"message":"whisper_model_load: n_audio_layer = 32"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:22.678648Z","level":"INFO","fields":{"message":"whisper_model_load: n_text_ctx    = 448"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:22.678650Z","level":"INFO","fields":{"message":"whisper_model_load: n_text_state  = 1280"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:22.678653Z","level":"INFO","fields":{"message":"whisper_model_load: n_text_head   = 20"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:22.678656Z","level":"INFO","fields":{"message":"whisper_model_load: n_text_layer  = 32"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:22.678659Z","level":"INFO","fields":{"message":"whisper_model_load: n_mels        = 80"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:22.678662Z","level":"INFO","fields":{"message":"whisper_model_load: ftype         = 1"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:22.678665Z","level":"INFO","fields":{"message":"whisper_model_load: qntvr         = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:22.678670Z","level":"INFO","fields":{"message":"whisper_model_load: type          = 5 (large)"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:22.724434Z","level":"INFO","fields":{"message":"whisper_model_load: adding 1607 extra tokens"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:22.725537Z","level":"INFO","fields":{"message":"whisper_model_load: n_langs       = 99"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:22.726287Z","level":"INFO","fields":{"message":"whisper_default_buffer_type: using device Vulkan0 (NVIDIA GeForce MX550)"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:22.801941Z","level":"ERROR","fields":{"message":"whisper_model_load: failed to allocate memory for the model"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:22.801984Z","level":"ERROR","fields":{"message":"whisper_init_with_params_no_state: failed to load model"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:30.386944Z","level":"DEBUG","fields":{"message":"loading model first time"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:49:30.386976Z","level":"DEBUG","fields":{"message":"open model..."},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:49:30.387056Z","level":"DEBUG","fields":{"message":"gpu device: 0"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:49:30.387061Z","level":"DEBUG","fields":{"message":"use gpu: true"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:49:30.387064Z","level":"DEBUG","fields":{"message":"creating whisper context with model path C:\\Users\\Pavel Kreinin\\AppData\\Local\\github.com.thewh1teagle.vibe\\ggml-ivrit-v2-d4.bin"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:49:30.387072Z","level":"INFO","fields":{"message":"whisper_init_from_file_with_params_no_state: loading model from 'C:\\Users\\Pavel Kreinin\\AppData\\Local\\github.com.thewh1teagle.vibe\\ggml-ivrit-v2-d4.bin'"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:30.387165Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: use gpu    = 1"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:30.387169Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: flash attn = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:30.387172Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: gpu_device = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:30.387175Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: dtw        = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:30.387179Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: devices    = 2"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:30.387182Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: backends   = 2"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:30.387188Z","level":"INFO","fields":{"message":"whisper_model_load: loading model"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:30.387216Z","level":"INFO","fields":{"message":"whisper_model_load: n_vocab       = 51865"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:30.387219Z","level":"INFO","fields":{"message":"whisper_model_load: n_audio_ctx   = 1500"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:30.387222Z","level":"INFO","fields":{"message":"whisper_model_load: n_audio_state = 1280"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:30.387225Z","level":"INFO","fields":{"message":"whisper_model_load: n_audio_head  = 20"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:30.387228Z","level":"INFO","fields":{"message":"whisper_model_load: n_audio_layer = 32"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:30.387231Z","level":"INFO","fields":{"message":"whisper_model_load: n_text_ctx    = 448"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:30.387234Z","level":"INFO","fields":{"message":"whisper_model_load: n_text_state  = 1280"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:30.387237Z","level":"INFO","fields":{"message":"whisper_model_load: n_text_head   = 20"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:30.387240Z","level":"INFO","fields":{"message":"whisper_model_load: n_text_layer  = 32"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:30.387246Z","level":"INFO","fields":{"message":"whisper_model_load: n_mels        = 80"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:30.387249Z","level":"INFO","fields":{"message":"whisper_model_load: ftype         = 1"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:30.387253Z","level":"INFO","fields":{"message":"whisper_model_load: qntvr         = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:30.387257Z","level":"INFO","fields":{"message":"whisper_model_load: type          = 5 (large)"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:30.439944Z","level":"INFO","fields":{"message":"whisper_model_load: adding 1607 extra tokens"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:30.441053Z","level":"INFO","fields":{"message":"whisper_model_load: n_langs       = 99"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:30.441812Z","level":"INFO","fields":{"message":"whisper_default_buffer_type: using device Vulkan0 (NVIDIA GeForce MX550)"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:49:30.441940Z","level":"ERROR","fields":{"message":"thread 'tokio-runtime-worker' panicked at core\\src\\panicking.rs:221:5:\npanic in a function that cannot unwind\nCOMMIT: 866209f"},"target":"vibe::panic_hook"}
{"timestamp":"2024-12-04T11:50:06.255952Z","level":"DEBUG","fields":{"message":"LEVEL vibe=DEBUG,vibe_core=DEBUG,whisper_rs=INFO"},"target":"vibe::logging"}
{"timestamp":"2024-12-04T11:50:06.256044Z","level":"DEBUG","fields":{"message":"Setup logging to file at C:\\Users\\Pavel Kreinin\\AppData\\Roaming\\github.com.thewh1teagle.vibe\\log_2024-12-04.txt"},"target":"vibe::logging"}
{"timestamp":"2024-12-04T11:50:06.256052Z","level":"DEBUG","fields":{"message":"clean old logs"},"target":"vibe::cleaner"}
{"timestamp":"2024-12-04T11:50:06.256073Z","level":"DEBUG","fields":{"message":"searching old logs in C:\\Users\\Pavel Kreinin\\AppData\\Roaming\\github.com.thewh1teagle.vibe/log*.txt"},"target":"vibe::cleaner"}
{"timestamp":"2024-12-04T11:50:06.256329Z","level":"DEBUG","fields":{"message":"Skip clean of current log path C:\\Users\\Pavel Kreinin\\AppData\\Roaming\\github.com.thewh1teagle.vibe\\log_2024-12-04.txt"},"target":"vibe::cleaner"}
{"timestamp":"2024-12-04T11:50:06.256425Z","level":"DEBUG","fields":{"message":"searching old files in C:\\Users\\PAVELK~1\\AppData\\Local\\Temp/vibe_temp*"},"target":"vibe::cleaner"}
{"timestamp":"2024-12-04T11:50:06.282690Z","level":"DEBUG","fields":{"message":"Skip deletion of C:\\Users\\PAVELK~1\\AppData\\Local\\Temp\\vibe_temp_2024-12-04"},"target":"vibe::cleaner"}
{"timestamp":"2024-12-04T11:50:06.283065Z","level":"DEBUG","fields":{"message":"Vibe App Running"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T11:50:06.283502Z","level":"DEBUG","fields":{"message":"webview version: 131.0.2903.70"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T11:50:06.283667Z","level":"DEBUG","fields":{"message":"Protocol handler registered successfully."},"target":"vibe::custom_protocol"}
{"timestamp":"2024-12-04T11:50:06.283683Z","level":"DEBUG","fields":{"message":"Cargo features: vulkan"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T11:50:06.283703Z","level":"DEBUG","fields":{"message":"CPU Features\n{\"avx\":{\"enabled\":true,\"support\":true},\"avx2\":{\"enabled\":true,\"support\":true},\"f16c\":{\"enabled\":true,\"support\":true},\"fma\":{\"enabled\":true,\"support\":true}}"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T11:50:06.283708Z","level":"DEBUG","fields":{"message":"Executable Architecture: x86_64"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T11:50:06.283713Z","level":"DEBUG","fields":{"message":"APP VERSION: 2.6.8"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T11:50:06.283716Z","level":"DEBUG","fields":{"message":"COMMIT HASH: 866209f"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T11:50:06.283726Z","level":"DEBUG","fields":{"message":"Non CLI mode"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T11:50:08.203506Z","level":"DEBUG","fields":{"message":"Vulkan support is successfully checked and working."},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:50:08.224786Z","level":"DEBUG","fields":{"message":"Default Input Device:\nOk(\"Microphone Array (Realtek(R) Audio)\")"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:50:08.224820Z","level":"DEBUG","fields":{"message":"Default Output Device:\nOk(\"Speakers (Realtek(R) Audio)\")"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:50:08.226408Z","level":"DEBUG","fields":{"message":"Devices: "},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:50:37.495195Z","level":"DEBUG","fields":{"message":"GPU preference set for high performance successfully for the current executable (C:\\Users\\Pavel Kreinin\\AppData\\Local\\vibe\\vibe.exe)."},"target":"vibe::gpu_preference"}
{"timestamp":"2024-12-04T11:50:53.084145Z","level":"DEBUG","fields":{"message":"loading model first time"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:50:53.084190Z","level":"DEBUG","fields":{"message":"open model..."},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:50:53.084267Z","level":"DEBUG","fields":{"message":"gpu device: 0"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:50:53.084272Z","level":"DEBUG","fields":{"message":"use gpu: true"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:50:53.084278Z","level":"DEBUG","fields":{"message":"creating whisper context with model path C:\\Users\\Pavel Kreinin\\AppData\\Local\\github.com.thewh1teagle.vibe\\ggml-ivrit-v2-d4.bin"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:50:53.084291Z","level":"INFO","fields":{"message":"whisper_init_from_file_with_params_no_state: loading model from 'C:\\Users\\Pavel Kreinin\\AppData\\Local\\github.com.thewh1teagle.vibe\\ggml-ivrit-v2-d4.bin'"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:50:53.084428Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: use gpu    = 1"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:50:53.084432Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: flash attn = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:50:53.084435Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: gpu_device = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:50:53.084438Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: dtw        = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:50:54.324413Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: devices    = 2"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:50:54.324443Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: backends   = 2"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:50:54.324454Z","level":"INFO","fields":{"message":"whisper_model_load: loading model"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:50:54.324509Z","level":"INFO","fields":{"message":"whisper_model_load: n_vocab       = 51865"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:50:54.324513Z","level":"INFO","fields":{"message":"whisper_model_load: n_audio_ctx   = 1500"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:50:54.324516Z","level":"INFO","fields":{"message":"whisper_model_load: n_audio_state = 1280"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:50:54.324519Z","level":"INFO","fields":{"message":"whisper_model_load: n_audio_head  = 20"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:50:54.324522Z","level":"INFO","fields":{"message":"whisper_model_load: n_audio_layer = 32"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:50:54.324525Z","level":"INFO","fields":{"message":"whisper_model_load: n_text_ctx    = 448"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:50:54.324567Z","level":"INFO","fields":{"message":"whisper_model_load: n_text_state  = 1280"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:50:54.324571Z","level":"INFO","fields":{"message":"whisper_model_load: n_text_head   = 20"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:50:54.324575Z","level":"INFO","fields":{"message":"whisper_model_load: n_text_layer  = 32"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:50:54.324577Z","level":"INFO","fields":{"message":"whisper_model_load: n_mels        = 80"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:50:54.324580Z","level":"INFO","fields":{"message":"whisper_model_load: ftype         = 1"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:50:54.324583Z","level":"INFO","fields":{"message":"whisper_model_load: qntvr         = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:50:54.324587Z","level":"INFO","fields":{"message":"whisper_model_load: type          = 5 (large)"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:50:54.370414Z","level":"INFO","fields":{"message":"whisper_model_load: adding 1607 extra tokens"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:50:54.371648Z","level":"INFO","fields":{"message":"whisper_model_load: n_langs       = 99"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:50:54.372491Z","level":"INFO","fields":{"message":"whisper_default_buffer_type: using device Vulkan0 (NVIDIA GeForce MX550)"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:50:54.483417Z","level":"ERROR","fields":{"message":"whisper_model_load: failed to allocate memory for the model"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:50:54.483462Z","level":"ERROR","fields":{"message":"whisper_init_with_params_no_state: failed to load model"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:51:29.032639Z","level":"DEBUG","fields":{"message":"loading model first time"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T11:51:29.032695Z","level":"DEBUG","fields":{"message":"open model..."},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:51:29.032779Z","level":"DEBUG","fields":{"message":"gpu device: 0"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:51:29.032784Z","level":"DEBUG","fields":{"message":"use gpu: true"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:51:29.032787Z","level":"DEBUG","fields":{"message":"creating whisper context with model path C:\\Users\\Pavel Kreinin\\AppData\\Local\\github.com.thewh1teagle.vibe\\ggml-medium-q8_0.bin"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T11:51:29.032799Z","level":"INFO","fields":{"message":"whisper_init_from_file_with_params_no_state: loading model from 'C:\\Users\\Pavel Kreinin\\AppData\\Local\\github.com.thewh1teagle.vibe\\ggml-medium-q8_0.bin'"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:51:29.032895Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: use gpu    = 1"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:51:29.032899Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: flash attn = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:51:29.032902Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: gpu_device = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:51:29.032905Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: dtw        = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:51:29.032908Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: devices    = 2"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:51:29.032911Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: backends   = 2"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:51:29.032958Z","level":"INFO","fields":{"message":"whisper_model_load: loading model"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:51:29.032984Z","level":"INFO","fields":{"message":"whisper_model_load: n_vocab       = 51865"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:51:29.032988Z","level":"INFO","fields":{"message":"whisper_model_load: n_audio_ctx   = 1500"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:51:29.032991Z","level":"INFO","fields":{"message":"whisper_model_load: n_audio_state = 1024"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:51:29.032994Z","level":"INFO","fields":{"message":"whisper_model_load: n_audio_head  = 16"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:51:29.032996Z","level":"INFO","fields":{"message":"whisper_model_load: n_audio_layer = 24"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:51:29.032999Z","level":"INFO","fields":{"message":"whisper_model_load: n_text_ctx    = 448"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:51:29.033002Z","level":"INFO","fields":{"message":"whisper_model_load: n_text_state  = 1024"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:51:29.033005Z","level":"INFO","fields":{"message":"whisper_model_load: n_text_head   = 16"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:51:29.033008Z","level":"INFO","fields":{"message":"whisper_model_load: n_text_layer  = 24"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:51:29.033011Z","level":"INFO","fields":{"message":"whisper_model_load: n_mels        = 80"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:51:29.033014Z","level":"INFO","fields":{"message":"whisper_model_load: ftype         = 7"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:51:29.033017Z","level":"INFO","fields":{"message":"whisper_model_load: qntvr         = 2"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:51:29.033021Z","level":"INFO","fields":{"message":"whisper_model_load: type          = 4 (medium)"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:51:29.084239Z","level":"INFO","fields":{"message":"whisper_model_load: adding 1608 extra tokens"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:51:29.085309Z","level":"INFO","fields":{"message":"whisper_model_load: n_langs       = 99"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:51:29.085887Z","level":"INFO","fields":{"message":"whisper_default_buffer_type: using device Vulkan0 (NVIDIA GeForce MX550)"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T11:55:11.993056Z","level":"DEBUG","fields":{"message":"Recording from device: Microphone Array (Realtek(R) Audio)"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:55:11.993088Z","level":"DEBUG","fields":{"message":"Device ID: 2"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:55:11.997929Z","level":"DEBUG","fields":{"message":"WAV file path: \"C:\\\\Users\\\\PAVELK~1\\\\AppData\\\\Local\\\\Temp\\\\vibe_temp_2024-12-04\\\\wnZHnwIsRW.wav\""},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:55:12.098636Z","level":"DEBUG","fields":{"message":"Stream started playing"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:55:12.098662Z","level":"DEBUG","fields":{"message":"Stream handle created"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:55:12.098675Z","level":"DEBUG","fields":{"message":"Recording from device: Speakers (Realtek(R) Audio)"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:55:12.098679Z","level":"DEBUG","fields":{"message":"Device ID: 0"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:55:12.102273Z","level":"DEBUG","fields":{"message":"WAV file path: \"C:\\\\Users\\\\PAVELK~1\\\\AppData\\\\Local\\\\Temp\\\\vibe_temp_2024-12-04\\\\343yXgS6mN.wav\""},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:55:12.152903Z","level":"DEBUG","fields":{"message":"Stream started playing"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:55:12.152951Z","level":"DEBUG","fields":{"message":"Stream handle created"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:55:16.815622Z","level":"DEBUG","fields":{"message":"Pausing stream"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:55:16.815663Z","level":"DEBUG","fields":{"message":"Finalizing writer"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:55:16.840200Z","level":"DEBUG","fields":{"message":"Pausing stream"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:55:16.840290Z","level":"DEBUG","fields":{"message":"Finalizing writer"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:55:16.857605Z","level":"DEBUG","fields":{"message":"Emitting record_finish event"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T11:55:16.858096Z","level":"DEBUG","fields":{"message":"ffmpeg path is C:\\ProgramData\\chocolatey\\bin\\ffmpeg.exe"},"target":"vibe_core::audio"}
{"timestamp":"2024-12-04T11:55:16.858116Z","level":"DEBUG","fields":{"message":"cmd: \"C:\\\\ProgramData\\\\chocolatey\\\\bin\\\\ffmpeg.exe\" \"-i\" \"C:\\\\Users\\\\PAVELK~1\\\\AppData\\\\Local\\\\Temp\\\\vibe_temp_2024-12-04\\\\wnZHnwIsRW.wav\" \"-ar\" \"16000\" \"-ac\" \"1\" \"-c:a\" \"pcm_s16le\" \"C:\\\\Users\\\\PAVELK~1\\\\AppData\\\\Local\\\\Temp\\\\vibe_temp_2024-12-04\\\\2024-12-04 13-55-16.wav\" \"-hide_banner\" \"-y\" \"-loglevel\" \"error\""},"target":"vibe_core::audio"}
{"timestamp":"2024-12-04T14:16:17.912328Z","level":"DEBUG","fields":{"message":"LEVEL vibe=DEBUG,vibe_core=DEBUG,whisper_rs=INFO"},"target":"vibe::logging"}
{"timestamp":"2024-12-04T14:16:17.912684Z","level":"DEBUG","fields":{"message":"Setup logging to file at C:\\Users\\Pavel Kreinin\\AppData\\Roaming\\github.com.thewh1teagle.vibe\\log_2024-12-04.txt"},"target":"vibe::logging"}
{"timestamp":"2024-12-04T14:16:17.912712Z","level":"DEBUG","fields":{"message":"clean old logs"},"target":"vibe::cleaner"}
{"timestamp":"2024-12-04T14:16:17.912771Z","level":"DEBUG","fields":{"message":"searching old logs in C:\\Users\\Pavel Kreinin\\AppData\\Roaming\\github.com.thewh1teagle.vibe/log*.txt"},"target":"vibe::cleaner"}
{"timestamp":"2024-12-04T14:16:17.913332Z","level":"DEBUG","fields":{"message":"Skip clean of current log path C:\\Users\\Pavel Kreinin\\AppData\\Roaming\\github.com.thewh1teagle.vibe\\log_2024-12-04.txt"},"target":"vibe::cleaner"}
{"timestamp":"2024-12-04T14:16:17.913584Z","level":"DEBUG","fields":{"message":"searching old files in C:\\Users\\PAVELK~1\\AppData\\Local\\Temp/vibe_temp*"},"target":"vibe::cleaner"}
{"timestamp":"2024-12-04T14:16:18.285039Z","level":"DEBUG","fields":{"message":"Skip deletion of C:\\Users\\PAVELK~1\\AppData\\Local\\Temp\\vibe_temp_2024-12-04"},"target":"vibe::cleaner"}
{"timestamp":"2024-12-04T14:16:18.285190Z","level":"DEBUG","fields":{"message":"Vibe App Running"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T14:16:18.285445Z","level":"DEBUG","fields":{"message":"webview version: 131.0.2903.70"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T14:16:18.285557Z","level":"DEBUG","fields":{"message":"Protocol handler registered successfully."},"target":"vibe::custom_protocol"}
{"timestamp":"2024-12-04T14:16:18.285572Z","level":"DEBUG","fields":{"message":"Cargo features: vulkan"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T14:16:18.285591Z","level":"DEBUG","fields":{"message":"CPU Features\n{\"avx\":{\"enabled\":true,\"support\":true},\"avx2\":{\"enabled\":true,\"support\":true},\"f16c\":{\"enabled\":true,\"support\":true},\"fma\":{\"enabled\":true,\"support\":true}}"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T14:16:18.285596Z","level":"DEBUG","fields":{"message":"Executable Architecture: x86_64"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T14:16:18.285601Z","level":"DEBUG","fields":{"message":"APP VERSION: 2.6.8"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T14:16:18.285663Z","level":"DEBUG","fields":{"message":"COMMIT HASH: 866209f"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T14:16:18.285673Z","level":"DEBUG","fields":{"message":"Non CLI mode"},"target":"vibe::setup"}
{"timestamp":"2024-12-04T14:16:20.355136Z","level":"DEBUG","fields":{"message":"Vulkan support is successfully checked and working."},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T14:16:20.373923Z","level":"DEBUG","fields":{"message":"Default Input Device:\nOk(\"Microphone Array (Realtek(R) Audio)\")"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T14:16:20.374788Z","level":"DEBUG","fields":{"message":"Default Output Device:\nOk(\"Speakers (Realtek(R) Audio)\")"},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T14:16:20.377892Z","level":"DEBUG","fields":{"message":"Devices: "},"target":"vibe::cmd::audio"}
{"timestamp":"2024-12-04T14:16:36.074713Z","level":"DEBUG","fields":{"message":"loading model first time"},"target":"vibe::cmd"}
{"timestamp":"2024-12-04T14:16:36.075589Z","level":"DEBUG","fields":{"message":"open model..."},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T14:16:36.075717Z","level":"DEBUG","fields":{"message":"gpu device: 0"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T14:16:36.075771Z","level":"DEBUG","fields":{"message":"use gpu: true"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T14:16:36.076218Z","level":"DEBUG","fields":{"message":"creating whisper context with model path C:\\Users\\Pavel Kreinin\\AppData\\Local\\github.com.thewh1teagle.vibe\\ggml-ivrit-v2-d4.bin"},"target":"vibe_core::transcribe"}
{"timestamp":"2024-12-04T14:16:36.076940Z","level":"INFO","fields":{"message":"whisper_init_from_file_with_params_no_state: loading model from 'C:\\Users\\Pavel Kreinin\\AppData\\Local\\github.com.thewh1teagle.vibe\\ggml-ivrit-v2-d4.bin'"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T14:16:36.081887Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: use gpu    = 1"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T14:16:36.081921Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: flash attn = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T14:16:36.081928Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: gpu_device = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T14:16:36.081934Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: dtw        = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T14:16:37.330954Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: devices    = 2"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T14:16:37.330982Z","level":"INFO","fields":{"message":"whisper_init_with_params_no_state: backends   = 2"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T14:16:37.331183Z","level":"INFO","fields":{"message":"whisper_model_load: loading model"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T14:16:37.331733Z","level":"INFO","fields":{"message":"whisper_model_load: n_vocab       = 51865"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T14:16:37.331746Z","level":"INFO","fields":{"message":"whisper_model_load: n_audio_ctx   = 1500"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T14:16:37.331757Z","level":"INFO","fields":{"message":"whisper_model_load: n_audio_state = 1280"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T14:16:37.331761Z","level":"INFO","fields":{"message":"whisper_model_load: n_audio_head  = 20"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T14:16:37.331763Z","level":"INFO","fields":{"message":"whisper_model_load: n_audio_layer = 32"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T14:16:37.331767Z","level":"INFO","fields":{"message":"whisper_model_load: n_text_ctx    = 448"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T14:16:37.331805Z","level":"INFO","fields":{"message":"whisper_model_load: n_text_state  = 1280"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T14:16:37.331809Z","level":"INFO","fields":{"message":"whisper_model_load: n_text_head   = 20"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T14:16:37.331812Z","level":"INFO","fields":{"message":"whisper_model_load: n_text_layer  = 32"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T14:16:37.331815Z","level":"INFO","fields":{"message":"whisper_model_load: n_mels        = 80"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T14:16:37.331818Z","level":"INFO","fields":{"message":"whisper_model_load: ftype         = 1"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T14:16:37.331821Z","level":"INFO","fields":{"message":"whisper_model_load: qntvr         = 0"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T14:16:37.331825Z","level":"INFO","fields":{"message":"whisper_model_load: type          = 5 (large)"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T14:16:37.381238Z","level":"INFO","fields":{"message":"whisper_model_load: adding 1607 extra tokens"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T14:16:37.382351Z","level":"INFO","fields":{"message":"whisper_model_load: n_langs       = 99"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T14:16:37.383137Z","level":"INFO","fields":{"message":"whisper_default_buffer_type: using device Vulkan0 (NVIDIA GeForce MX550)"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T14:16:37.534768Z","level":"ERROR","fields":{"message":"whisper_model_load: failed to allocate memory for the model"},"target":"whisper_rs::whisper_sys_tracing"}
{"timestamp":"2024-12-04T14:16:37.534930Z","level":"ERROR","fields":{"message":"whisper_init_with_params_no_state: failed to load model"},"target":"whisper_rs::whisper_sys_tracing"}

@thewh1teagle
Copy link
Owner Author

logs

The model is too much heavy. try the small model ggml-small-q8_0.bin
You can copy the URL and paste in the settings of vibe to download directly

@A-Impact-Pavel
Copy link

logs

The model is too much heavy. try the small model ggml-small-q8_0.bin You can copy the URL and paste in the settings of vibe to download directly

it's depends on my system? or vibe limits?

@thewh1teagle
Copy link
Owner Author

it's depends on my system? or vibe limits?

Depends on your system. (though theoretically you have enough VRAM in the GPU, but whisper.cpp requires more ram than model size)

@oleole39
Copy link
Contributor

oleole39 commented Dec 4, 2024

Depends on your system.

Note that with a Geforce MX150 (< MX550) with Linux and Vibe 2.6.8, following error is sent directly after pressing "transcribe" when using :

  • ggml-large-v3.bin (3,1 Go)
  • ggml-distil-large-v3.bin (1,5 Go)
failed to open model

Caused by:
    Failed to create a new whisper context.

Location:
    core/src/transcribe.rs:39:65

However no such issue when using:

  • ggml-medium.bin (1,5 Go) - GPU memory use rises at 99% out of 2GB (strangely enough this model is 20 Mo heavier than ggml-distil-large-v3.bin which Vibe wouldn't run)
  • ggml-large-v3-turbo-q8_0.bin (0,9 Go)
  • ggml-tiny.bin (0,1 Go)

@LordOHelmet
Copy link

In this discussion (#394 (comment)) I was pointed to v. 2.8.0 - where can this version be found?

@thewh1teagle
Copy link
Owner Author

In this discussion (#394 (comment)) I was pointed to v. 2.8.0 - where can this version be found?

2.6.9

https://github.com/thewh1teagle/vibe/releases/download/v2.6.9/vibe_2.6.9_x64-setup.exe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

7 participants