-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
Add first class support for Windows ARM #469
Comments
I'm running Windows 11 on the new Microsoft Surface X Elite. Vibe crashes and closes within a few seconds of trying to transcribe anything. When I load it, it says something about my CPU being old (ha ha!). Any possibility of getting Vibe to work on ARM Windows? |
What a smart CPU detection! ;) |
You can test on my machine if you like.
…On Fri, 10 Jan 2025, 22:36 thewh1teagle, ***@***.***> wrote:
I'm running Windows 11 on the new Microsoft Surface X Elite. Vibe crashes
and closes within a few seconds of trying to transcribe anything. When I
load it, it says something about my CPU being old (ha ha!).
Any possibility of getting Vibe to work on ARM Windows?
What a smart CPU detection! ;)
I really want to fix this and add support for ARM as mentioned in this
issue. However, I need someone with an ARM machine who's willing to help me
and others by testing a few files I'll build to ensure they work properly.
—
Reply to this email directly, view it on GitHub
<#469 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BOLY4SU26UVLNBV3TLBSPN32J7LGTAVCNFSM6AAAAABUUGSUI2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOBSHA2TEMJYGI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I built first version with native Windows arm support! You can download here https://github.com/thewh1teagle/vibe/releases/download/v3.0.0/vibe_3.0.0_arm64-setup.exe Note:
Let me know if it can transcribe for you Example audio you can try: https://github.com/thewh1teagle/vibe/raw/refs/heads/main/samples/short.wav |
Thanks. I'll try it out on Sunday. It's a really useful tool.
…On Sat, 11 Jan 2025, 11:47 thewh1teagle, ***@***.***> wrote:
You can test on my machine if you like.
I built first version with native Windows arm support!
You can download here
https://github.com/thewh1teagle/vibe/releases/download/v3.0.0/vibe_3.0.0_arm64-setup.exe
Note:
- ffmpeg is still for regular windows. I hope it won't be an issue
- diarization is disable for now
Let me know if it can transcribe for you
Example audio you can try:
https://github.com/thewh1teagle/vibe/raw/refs/heads/main/samples/short.wav
—
Reply to this email directly, view it on GitHub
<#469 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BOLY4SXQDRMM4MWCBBNAEY32KCH4NAVCNFSM6AAAAABUUGSUI2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOBVGA2TAMBWGU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hello,
I'm afraid it didn't work. While Vibe didn't crash, there is just a
message which comes up which says the transcription was completed in zero
seconds, but no transcript is produced at all. I tried on a variety of
audio files, including your sample.
[image: image.png]
Next step?
Best wishes,
Nicholas
…-------------------------------------------
人好比一座蕴含无价之宝的矿藏,唯有透过适当的教育才能使其宝藏显露,人类才能因而受益。
"Regard man as a mine rich in gems of inestimable value. Education can,
alone, cause it to reveal its treasures, and enable mankind to benefit
therefrom." - The Baha'i Writings.
On Sat, 11 Jan 2025 at 12:01, Nicholas Stone ***@***.***> wrote:
Thanks. I'll try it out on Sunday. It's a really useful tool.
On Sat, 11 Jan 2025, 11:47 thewh1teagle, ***@***.***> wrote:
> You can test on my machine if you like.
>
> I built first version with native Windows arm support!
>
> You can download here
>
>
> https://github.com/thewh1teagle/vibe/releases/download/v3.0.0/vibe_3.0.0_arm64-setup.exe
>
> Note:
>
> - ffmpeg is still for regular windows. I hope it won't be an issue
> - diarization is disable for now
>
> Let me know if it can transcribe for you
>
> Example audio you can try:
>
> https://github.com/thewh1teagle/vibe/raw/refs/heads/main/samples/short.wav
>
> —
> Reply to this email directly, view it on GitHub
> <#469 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/BOLY4SXQDRMM4MWCBBNAEY32KCH4NAVCNFSM6AAAAABUUGSUI2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOBVGA2TAMBWGU>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
>
|
Try to run it from set RUST_LOG=DEBUG
%localappdata%\vibe\vibe It will open the app, try to transcribe this file, and then copy the log from the terminal here and paste it |
Hi - quick turnaround on this one!
<details>
```console
C:\Users\nicho>set RUST_LOG=DEBUG
C:\Users\nicho>%localappdata%\vibe\vibe
C:\Users\nicho>2025-01-17T03:51:31.005532Z DEBUG vibe::logging:
desktop\src-tauri\src\logging.rs:65: LEVEL DEBUG
2025-01-17T03:51:31.005902Z DEBUG vibe::logging: desktop\src-tauri\src\
logging.rs:66: Setup logging to file at
C:\Users\nicho\AppData\Roaming\github.com.thewh1teagle.vibe\log_2025-01-17.txt
2025-01-17T03:51:31.005983Z DEBUG vibe::cleaner: desktop\src-tauri\src\
cleaner.rs:7: clean old logs
2025-01-17T03:51:31.006064Z DEBUG vibe::cleaner: desktop\src-tauri\src\
cleaner.rs:23: searching old logs in
C:\Users\nicho\AppData\Roaming\github.com.thewh1teagle.vibe/log*.txt
2025-01-17T03:51:31.006339Z DEBUG vibe::cleaner: desktop\src-tauri\src\
cleaner.rs:27: Skip clean of current log path
C:\Users\nicho\AppData\Roaming\github.com.thewh1teagle.vibe\log_2025-01-17.txt
2025-01-17T03:51:31.006742Z DEBUG vibe::cleaner: desktop\src-tauri\src\
cleaner.rs:44: searching old files in
C:\Users\nicho\AppData\Local\Temp/vibe_temp*
2025-01-17T03:51:31.012420Z DEBUG vibe::cleaner: desktop\src-tauri\src\
cleaner.rs:48: Skip deletion of
C:\Users\nicho\AppData\Local\Temp\vibe_temp_2025-01-17
2025-01-17T03:51:31.012601Z DEBUG vibe::setup: desktop\src-tauri\src\
setup.rs:50: Vibe App Running
2025-01-17T03:51:31.013143Z DEBUG vibe::setup: desktop\src-tauri\src\
setup.rs:88: webview version: 131.0.2903.146
2025-01-17T03:51:31.013315Z DEBUG vibe::custom_protocol:
desktop\src-tauri\src\custom_protocol.rs:24: Protocol handler registered
successfully.
2025-01-17T03:51:31.013387Z DEBUG vibe::setup: desktop\src-tauri\src\
setup.rs:98: Cargo features:
2025-01-17T03:51:31.013450Z DEBUG vibe::setup: desktop\src-tauri\src\
setup.rs:109: CPU feature detection is not supported on this architecture.
2025-01-17T03:51:31.013512Z DEBUG vibe::setup: desktop\src-tauri\src\
setup.rs:110: Executable Architecture: aarch64
2025-01-17T03:51:31.013588Z DEBUG vibe::setup: desktop\src-tauri\src\
setup.rs:112: APP VERSION: 3.0.0
2025-01-17T03:51:31.013650Z DEBUG vibe::setup: desktop\src-tauri\src\
setup.rs:113: COMMIT HASH: 545c245
2025-01-17T03:51:31.013714Z DEBUG vibe::setup: desktop\src-tauri\src\
setup.rs:122: Non CLI mode
2025-01-17T03:51:31.419802Z DEBUG vibe::cmd: desktop\src-tauri\src\cmd\
mod.rs:492: Vulkan check skipped on this platform
2025-01-17T03:51:31.440528Z DEBUG vibe::cmd::audio:
desktop\src-tauri\src\cmd\audio.rs:36: Default Input Device:
Ok("Microphone Array (Qualcomm(R) Aqstic(TM) ACX Static Endpoints Audio
Device)")
2025-01-17T03:51:31.440853Z DEBUG vibe::cmd::audio:
desktop\src-tauri\src\cmd\audio.rs:37: Default Output Device:
Ok("Speakers (Qualcomm(R) Aqstic(TM) Audio Adapter Device)")
2025-01-17T03:51:31.441389Z DEBUG vibe::cmd::audio:
desktop\src-tauri\src\cmd\audio.rs:40: Devices:
2025-01-17T03:51:31.448617Z DEBUG
hyper_util::client::legacy::connect::http:
C:\Users\yaako\.cargo\registry\src\index.crates.io-6f17d22bba15001f\hyper-util-0.1.10\src\client\legacy\connect\
http.rs:657: connecting to 20.205.243.166:443
2025-01-17T03:51:31.489103Z DEBUG
hyper_util::client::legacy::connect::http:
C:\Users\yaako\.cargo\registry\src\index.crates.io-6f17d22bba15001f\hyper-util-0.1.10\src\client\legacy\connect\
http.rs:660: connected to 20.205.243.166:443
2025-01-17T03:51:31.932215Z DEBUG hyper_util::client::legacy::pool:
C:\Users\yaako\.cargo\registry\src\index.crates.io-6f17d22bba15001f\hyper-util-0.1.10\src\client\legacy\
pool.rs:396: pooling idle connection for ("https", github.com)
2025-01-17T03:51:31.932513Z DEBUG hyper_util::client::legacy::pool:
C:\Users\yaako\.cargo\registry\src\index.crates.io-6f17d22bba15001f\hyper-util-0.1.10\src\client\legacy\
pool.rs:270: reuse idle connection for ("https", github.com)
2025-01-17T03:51:32.280019Z DEBUG hyper_util::client::legacy::pool:
C:\Users\yaako\.cargo\registry\src\index.crates.io-6f17d22bba15001f\hyper-util-0.1.10\src\client\legacy\
pool.rs:396: pooling idle connection for ("https", github.com)
2025-01-17T03:51:32.285124Z DEBUG
hyper_util::client::legacy::connect::http:
C:\Users\yaako\.cargo\registry\src\index.crates.io-6f17d22bba15001f\hyper-util-0.1.10\src\client\legacy\connect\
http.rs:657: connecting to 185.199.109.133:443
2025-01-17T03:51:32.290319Z DEBUG
hyper_util::client::legacy::connect::http:
C:\Users\yaako\.cargo\registry\src\index.crates.io-6f17d22bba15001f\hyper-util-0.1.10\src\client\legacy\connect\
http.rs:660: connected to 185.199.109.133:443
2025-01-17T03:51:40.966977Z DEBUG vibe::cmd: desktop\src-tauri\src\cmd\
mod.rs:443: loading model first time
2025-01-17T03:51:40.967144Z DEBUG vibe_core::transcribe: core\src\
transcribe.rs:21: open model...
2025-01-17T03:51:40.967277Z DEBUG vibe_core::transcribe: core\src\
transcribe.rs:34: gpu device: 0
2025-01-17T03:51:40.967346Z DEBUG vibe_core::transcribe: core\src\
transcribe.rs:35: use gpu: false
2025-01-17T03:51:40.968062Z DEBUG vibe_core::transcribe: core\src\
transcribe.rs:37: creating whisper context with model path
C:\Users\nicho\AppData\Local\github.com.thewh1teagle.vibe\ggml-distil-large-v3.bin
2025-01-17T03:51:40.968159Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_init_from_file_with_params_no_state:
loading model from
'C:\Users\nicho\AppData\Local\github.com.thewh1teagle.vibe\ggml-distil-large-v3.bin'
2025-01-17T03:51:40.968416Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_init_with_params_no_state: use gpu = 0
2025-01-17T03:51:40.968471Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_init_with_params_no_state: flash attn = 0
2025-01-17T03:51:40.968510Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_init_with_params_no_state: gpu_device = 0
2025-01-17T03:51:40.968551Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_init_with_params_no_state: dtw = 0
2025-01-17T03:51:40.975753Z DEBUG whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:20: register_backend: registered backend CPU (1
devices)
2025-01-17T03:51:40.976124Z DEBUG whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:20: register_device: registered device CPU
(Snapdragon(R) X 12-core X1E80100 @ 3.40 GHz)
2025-01-17T03:51:40.976177Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_init_with_params_no_state: devices = 1
2025-01-17T03:51:40.976212Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_init_with_params_no_state: backends = 1
2025-01-17T03:51:40.976251Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_model_load: loading model
2025-01-17T03:51:40.976839Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_model_load: n_vocab = 51866
2025-01-17T03:51:40.976910Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_model_load: n_audio_ctx = 1500
2025-01-17T03:51:40.976955Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_model_load: n_audio_state = 1280
2025-01-17T03:51:40.976992Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_model_load: n_audio_head = 20
2025-01-17T03:51:40.977026Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_model_load: n_audio_layer = 32
2025-01-17T03:51:40.977060Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_model_load: n_text_ctx = 448
2025-01-17T03:51:40.977087Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_model_load: n_text_state = 1280
2025-01-17T03:51:40.977220Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_model_load: n_text_head = 20
2025-01-17T03:51:40.977283Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_model_load: n_text_layer = 2
2025-01-17T03:51:40.977324Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_model_load: n_mels = 128
2025-01-17T03:51:40.977361Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_model_load: ftype = 1
2025-01-17T03:51:40.977397Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_model_load: qntvr = 0
2025-01-17T03:51:40.977476Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_model_load: type = 5 (large v3)
2025-01-17T03:51:41.046564Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_model_load: adding 1609 extra tokens
2025-01-17T03:51:41.048977Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_model_load: n_langs = 100
2025-01-17T03:51:41.051973Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_model_load: CPU total size =
1518.88 MB
2025-01-17T03:51:42.495004Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_model_load: model size = 1518.88 MB
2025-01-17T03:51:42.495420Z DEBUG vibe_core::transcribe: core\src\
transcribe.rs:47: created context successfuly
2025-01-17T03:51:42.499642Z DEBUG vibe::cmd: desktop\src-tauri\src\cmd\
mod.rs:321: ffmpeg additiona options: []
2025-01-17T03:51:42.500015Z DEBUG vibe_core::transcribe: core\src\
transcribe.rs:157: Transcribe called with {
"path": "C:\\Users\\nicho\\Google Drive Streaming\\My
Drive\\Downloads\\samples_single.wav",
"lang": "en",
"verbose": false,
"n_threads": 4,
"init_prompt": "",
"temperature": 0.4,
"translate": null,
"max_text_ctx": null,
"word_timestamps": false,
"max_sentence_len": 32
}
2025-01-17T03:51:42.509194Z DEBUG vibe_core::transcribe: core\src\
transcribe.rs:58: wav spec: WavSpec { channels: 1, sample_rate: 16000,
bits_per_sample: 16, sample_format: Int }
2025-01-17T03:51:42.509648Z DEBUG vibe_core::transcribe: core\src\
transcribe.rs:166: Skip normalize
2025-01-17T03:51:42.509726Z DEBUG vibe_core::transcribe: core\src\
transcribe.rs:169: out path is C:\Users\nicho\Google Drive Streaming\My
Drive\Downloads\samples_single.wav
2025-01-17T03:51:42.509796Z DEBUG vibe_core::audio: core\src\audio.rs:98:
wav reader read from "C:\\Users\\nicho\\Google Drive Streaming\\My
Drive\\Downloads\\samples_single.wav"
2025-01-17T03:51:42.511176Z DEBUG vibe_core::audio: core\src\audio.rs:100:
parsing C:\Users\nicho\Google Drive Streaming\My
Drive\Downloads\samples_single.wav
2025-01-17T03:51:42.517824Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_init_state: kv self size = 5.24 MB
2025-01-17T03:51:42.522374Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_init_state: kv cross size = 15.73 MB
2025-01-17T03:51:42.525043Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_init_state: kv pad size = 7.86 MB
2025-01-17T03:51:42.527527Z DEBUG whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:20: ggml_gallocr_needs_realloc: graph has different
number of nodes
2025-01-17T03:51:42.527606Z DEBUG whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:20: ggml_gallocr_alloc_graph: reallocating buffers
automatically
2025-01-17T03:51:42.527809Z DEBUG whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:20: ggml_gallocr_reserve_n: reallocating CPU buffer
from size 0.00 MiB to 32.96 MiB
2025-01-17T03:51:42.527934Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_init_state: compute buffer (conv) =
36.13 MB
2025-01-17T03:51:42.529006Z DEBUG whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:20: ggml_gallocr_needs_realloc: graph has different
number of nodes
2025-01-17T03:51:42.529058Z DEBUG whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:20: ggml_gallocr_alloc_graph: reallocating buffers
automatically
2025-01-17T03:51:42.529606Z DEBUG whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:20: ggml_gallocr_reserve_n: reallocating CPU buffer
from size 0.00 MiB to 200.96 MiB
2025-01-17T03:51:42.530077Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_init_state: compute buffer (encode) =
212.29 MB
2025-01-17T03:51:42.530799Z DEBUG whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:20: ggml_gallocr_needs_realloc: graph has different
number of nodes
2025-01-17T03:51:42.530877Z DEBUG whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:20: ggml_gallocr_alloc_graph: reallocating buffers
automatically
2025-01-17T03:51:42.530945Z DEBUG whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:20: ggml_gallocr_reserve_n: reallocating CPU buffer
from size 0.00 MiB to 7.32 MiB
2025-01-17T03:51:42.531036Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_init_state: compute buffer (cross) =
9.25 MB
2025-01-17T03:51:42.531843Z DEBUG whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:20: ggml_gallocr_needs_realloc: graph has different
number of nodes
2025-01-17T03:51:42.531916Z DEBUG whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:20: ggml_gallocr_alloc_graph: reallocating buffers
automatically
2025-01-17T03:51:42.532043Z DEBUG whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:20: ggml_gallocr_reserve_n: reallocating CPU buffer
from size 0.00 MiB to 93.01 MiB
2025-01-17T03:51:42.532286Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_init_state: compute buffer (decode) =
99.10 MB
2025-01-17T03:51:42.532346Z DEBUG vibe_core::transcribe: core\src\
transcribe.rs:95: set language to Some("en")
2025-01-17T03:51:42.532396Z DEBUG vibe_core::transcribe: core\src\
transcribe.rs:118: setting temperature to 0.4
2025-01-17T03:51:42.532592Z DEBUG vibe_core::transcribe: core\src\
transcribe.rs:129: setting init prompt to
2025-01-17T03:51:42.532641Z DEBUG vibe_core::transcribe: core\src\
transcribe.rs:134: setting n threads to 4
```
</details>
"Regard man as a mine rich in gems of inestimable value. Education can,
alone, cause it to reveal its treasures, and enable mankind to benefit
therefrom." - The Baha'i Writings.
…On Fri, 17 Jan 2025 at 11:47, thewh1teagle ***@***.***> wrote:
Next step?
Try to run it from cmd.exe with the following commands:
set RUST_LOG=DEBUG%localappdata%\vibe\vibe
It will open the app, try to transcribe this file
<https://github.com/thewh1teagle/vibe/raw/refs/heads/main/samples/single.wav>,
and then copy the log from the terminal here and paste it
Thanks
—
Reply to this email directly, view it on GitHub
<#469 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BOLY4STWCCBTZHSAO6GVPH32LB4MBAVCNFSM6AAAAABUUGSUI2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOJXGM3TIMZZGU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I see that you try to load distil model. try this model instead: https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-tiny.bin |
Do you see any error in the browser console? (right click -> inspect element -> console -> see errors) |
I tried with the mini model
[image: image.png]
C:\Users\nicho>2025-01-17T03:59:56.958022Z DEBUG vibe::logging:
desktop\src-tauri\src\logging.rs:65: LEVEL DEBUG
2025-01-17T03:59:56.958402Z DEBUG vibe::logging: desktop\src-tauri\src\
logging.rs:66: Setup logging to file at
C:\Users\nicho\AppData\Roaming\github.com.thewh1teagle.vibe\log_2025-01-17.txt
2025-01-17T03:59:56.958575Z DEBUG vibe::cleaner: desktop\src-tauri\src\
cleaner.rs:7: clean old logs
2025-01-17T03:59:56.958634Z DEBUG vibe::cleaner: desktop\src-tauri\src\
cleaner.rs:23: searching old logs in
C:\Users\nicho\AppData\Roaming\github.com.thewh1teagle.vibe/log*.txt
2025-01-17T03:59:56.958884Z DEBUG vibe::cleaner: desktop\src-tauri\src\
cleaner.rs:27: Skip clean of current log path
C:\Users\nicho\AppData\Roaming\github.com.thewh1teagle.vibe\log_2025-01-17.txt
2025-01-17T03:59:56.959094Z DEBUG vibe::cleaner: desktop\src-tauri\src\
cleaner.rs:44: searching old files in
C:\Users\nicho\AppData\Local\Temp/vibe_temp*
2025-01-17T03:59:56.962342Z DEBUG vibe::cleaner: desktop\src-tauri\src\
cleaner.rs:48: Skip deletion of
C:\Users\nicho\AppData\Local\Temp\vibe_temp_2025-01-17
2025-01-17T03:59:56.962489Z DEBUG vibe::setup: desktop\src-tauri\src\
setup.rs:50: Vibe App Running
2025-01-17T03:59:56.962737Z DEBUG vibe::setup: desktop\src-tauri\src\
setup.rs:88: webview version: 131.0.2903.146
2025-01-17T03:59:56.963010Z DEBUG vibe::custom_protocol:
desktop\src-tauri\src\custom_protocol.rs:24: Protocol handler registered
successfully.
2025-01-17T03:59:56.963105Z DEBUG vibe::setup: desktop\src-tauri\src\
setup.rs:98: Cargo features:
2025-01-17T03:59:56.963139Z DEBUG vibe::setup: desktop\src-tauri\src\
setup.rs:109: CPU feature detection is not supported on this architecture.
2025-01-17T03:59:56.963177Z DEBUG vibe::setup: desktop\src-tauri\src\
setup.rs:110: Executable Architecture: aarch64
2025-01-17T03:59:56.963232Z DEBUG vibe::setup: desktop\src-tauri\src\
setup.rs:112: APP VERSION: 3.0.0
2025-01-17T03:59:56.963272Z DEBUG vibe::setup: desktop\src-tauri\src\
setup.rs:113: COMMIT HASH: 545c245
2025-01-17T03:59:56.963315Z DEBUG vibe::setup: desktop\src-tauri\src\
setup.rs:122: Non CLI mode
2025-01-17T03:59:57.380317Z DEBUG vibe::cmd: desktop\src-tauri\src\cmd\
mod.rs:492: Vulkan check skipped on this platform
2025-01-17T03:59:57.387179Z DEBUG
hyper_util::client::legacy::connect::http:
C:\Users\yaako\.cargo\registry\src\index.crates.io-6f17d22bba15001f\hyper-util-0.1.10\src\client\legacy\connect\
http.rs:657: connecting to 20.205.243.166:443
2025-01-17T03:59:57.402134Z DEBUG vibe::cmd::audio:
desktop\src-tauri\src\cmd\audio.rs:36: Default Input Device:
Ok("Microphone Array (Qualcomm(R) Aqstic(TM) ACX Static Endpoints Audio
Device)")
2025-01-17T03:59:57.402272Z DEBUG vibe::cmd::audio:
desktop\src-tauri\src\cmd\audio.rs:37: Default Output Device:
Ok("Speakers (Qualcomm(R) Aqstic(TM) Audio Adapter Device)")
2025-01-17T03:59:57.402732Z DEBUG vibe::cmd::audio:
desktop\src-tauri\src\cmd\audio.rs:40: Devices:
2025-01-17T03:59:57.433161Z DEBUG
hyper_util::client::legacy::connect::http:
C:\Users\yaako\.cargo\registry\src\index.crates.io-6f17d22bba15001f\hyper-util-0.1.10\src\client\legacy\connect\
http.rs:660: connected to 20.205.243.166:443
2025-01-17T03:59:57.566918Z DEBUG hyper_util::client::legacy::pool:
C:\Users\yaako\.cargo\registry\src\index.crates.io-6f17d22bba15001f\hyper-util-0.1.10\src\client\legacy\
pool.rs:396: pooling idle connection for ("https", github.com)
2025-01-17T03:59:57.567176Z DEBUG hyper_util::client::legacy::pool:
C:\Users\yaako\.cargo\registry\src\index.crates.io-6f17d22bba15001f\hyper-util-0.1.10\src\client\legacy\
pool.rs:270: reuse idle connection for ("https", github.com)
2025-01-17T03:59:57.605704Z DEBUG hyper_util::client::legacy::pool:
C:\Users\yaako\.cargo\registry\src\index.crates.io-6f17d22bba15001f\hyper-util-0.1.10\src\client\legacy\
pool.rs:396: pooling idle connection for ("https", github.com)
2025-01-17T03:59:57.606315Z DEBUG
hyper_util::client::legacy::connect::http:
C:\Users\yaako\.cargo\registry\src\index.crates.io-6f17d22bba15001f\hyper-util-0.1.10\src\client\legacy\connect\
http.rs:657: connecting to 185.199.109.133:443
2025-01-17T03:59:57.707228Z DEBUG
hyper_util::client::legacy::connect::http:
C:\Users\yaako\.cargo\registry\src\index.crates.io-6f17d22bba15001f\hyper-util-0.1.10\src\client\legacy\connect\
http.rs:660: connected to 185.199.109.133:443
2025-01-17T04:00:01.615994Z DEBUG vibe::cmd: desktop\src-tauri\src\cmd\
mod.rs:443: loading model first time
2025-01-17T04:00:01.616704Z DEBUG vibe_core::transcribe: core\src\
transcribe.rs:21: open model...
2025-01-17T04:00:01.617035Z DEBUG vibe_core::transcribe: core\src\
transcribe.rs:34: gpu device: 0
2025-01-17T04:00:01.617124Z DEBUG vibe_core::transcribe: core\src\
transcribe.rs:35: use gpu: false
2025-01-17T04:00:01.617459Z DEBUG vibe_core::transcribe: core\src\
transcribe.rs:37: creating whisper context with model path
C:\Users\nicho\AppData\Local\github.com.thewh1teagle.vibe\ggml-tiny.bin
2025-01-17T04:00:01.617967Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_init_from_file_with_params_no_state:
loading model from
'C:\Users\nicho\AppData\Local\github.com.thewh1teagle.vibe\ggml-tiny.bin'
2025-01-17T04:00:01.631580Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_init_with_params_no_state: use gpu = 0
2025-01-17T04:00:01.631759Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_init_with_params_no_state: flash attn = 0
2025-01-17T04:00:01.631826Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_init_with_params_no_state: gpu_device = 0
2025-01-17T04:00:01.631902Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_init_with_params_no_state: dtw = 0
2025-01-17T04:00:01.638654Z DEBUG whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:20: register_backend: registered backend CPU (1
devices)
2025-01-17T04:00:01.639040Z DEBUG whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:20: register_device: registered device CPU
(Snapdragon(R) X 12-core X1E80100 @ 3.40 GHz)
2025-01-17T04:00:01.639130Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_init_with_params_no_state: devices = 1
2025-01-17T04:00:01.639224Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_init_with_params_no_state: backends = 1
2025-01-17T04:00:01.639460Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_model_load: loading model
2025-01-17T04:00:01.639713Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_model_load: n_vocab = 51865
2025-01-17T04:00:01.639767Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_model_load: n_audio_ctx = 1500
2025-01-17T04:00:01.639827Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_model_load: n_audio_state = 384
2025-01-17T04:00:01.639875Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_model_load: n_audio_head = 6
2025-01-17T04:00:01.639938Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_model_load: n_audio_layer = 4
2025-01-17T04:00:01.639992Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_model_load: n_text_ctx = 448
2025-01-17T04:00:01.640037Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_model_load: n_text_state = 384
2025-01-17T04:00:01.640085Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_model_load: n_text_head = 6
2025-01-17T04:00:01.640131Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_model_load: n_text_layer = 4
2025-01-17T04:00:01.640178Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_model_load: n_mels = 80
2025-01-17T04:00:01.640225Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_model_load: ftype = 1
2025-01-17T04:00:01.640272Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_model_load: qntvr = 0
2025-01-17T04:00:01.640320Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_model_load: type = 1 (tiny)
2025-01-17T04:00:01.707925Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_model_load: adding 1608 extra tokens
2025-01-17T04:00:01.710011Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_model_load: n_langs = 99
2025-01-17T04:00:01.711175Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_model_load: CPU total size =
77.11 MB
2025-01-17T04:00:01.798679Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_model_load: model size = 77.11 MB
2025-01-17T04:00:01.798926Z DEBUG vibe_core::transcribe: core\src\
transcribe.rs:47: created context successfuly
2025-01-17T04:00:01.802589Z DEBUG vibe::cmd: desktop\src-tauri\src\cmd\
mod.rs:321: ffmpeg additiona options: []
2025-01-17T04:00:01.802838Z DEBUG vibe_core::transcribe: core\src\
transcribe.rs:157: Transcribe called with {
"path": "C:\\Users\\nicho\\Google Drive Streaming\\My
Drive\\Downloads\\samples_single.wav",
"lang": "en",
"verbose": false,
"n_threads": 4,
"init_prompt": "",
"temperature": 0.4,
"translate": null,
"max_text_ctx": null,
"word_timestamps": false,
"max_sentence_len": 32
}
2025-01-17T04:00:01.805802Z DEBUG vibe_core::transcribe: core\src\
transcribe.rs:58: wav spec: WavSpec { channels: 1, sample_rate: 16000,
bits_per_sample: 16, sample_format: Int }
2025-01-17T04:00:01.806235Z DEBUG vibe_core::transcribe: core\src\
transcribe.rs:166: Skip normalize
2025-01-17T04:00:01.806294Z DEBUG vibe_core::transcribe: core\src\
transcribe.rs:169: out path is C:\Users\nicho\Google Drive Streaming\My
Drive\Downloads\samples_single.wav
2025-01-17T04:00:01.806366Z DEBUG vibe_core::audio: core\src\audio.rs:98:
wav reader read from "C:\\Users\\nicho\\Google Drive Streaming\\My
Drive\\Downloads\\samples_single.wav"
2025-01-17T04:00:01.807378Z DEBUG vibe_core::audio: core\src\audio.rs:100:
parsing C:\Users\nicho\Google Drive Streaming\My
Drive\Downloads\samples_single.wav
2025-01-17T04:00:01.812320Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_init_state: kv self size = 3.15 MB
2025-01-17T04:00:01.815006Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_init_state: kv cross size = 9.44 MB
2025-01-17T04:00:01.816076Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_init_state: kv pad size = 2.36 MB
2025-01-17T04:00:01.817995Z DEBUG whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:20: ggml_gallocr_needs_realloc: graph has different
number of nodes
2025-01-17T04:00:01.818082Z DEBUG whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:20: ggml_gallocr_alloc_graph: reallocating buffers
automatically
2025-01-17T04:00:01.818298Z DEBUG whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:20: ggml_gallocr_reserve_n: reallocating CPU buffer
from size 0.00 MiB to 11.08 MiB
2025-01-17T04:00:01.818423Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_init_state: compute buffer (conv) =
13.19 MB
2025-01-17T04:00:01.819100Z DEBUG whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:20: ggml_gallocr_needs_realloc: graph has different
number of nodes
2025-01-17T04:00:01.819163Z DEBUG whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:20: ggml_gallocr_alloc_graph: reallocating buffers
automatically
2025-01-17T04:00:01.819297Z DEBUG whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:20: ggml_gallocr_reserve_n: reallocating CPU buffer
from size 0.00 MiB to 60.29 MiB
2025-01-17T04:00:01.819482Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_init_state: compute buffer (encode) =
64.79 MB
2025-01-17T04:00:01.820055Z DEBUG whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:20: ggml_gallocr_needs_realloc: graph has different
number of nodes
2025-01-17T04:00:01.820109Z DEBUG whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:20: ggml_gallocr_alloc_graph: reallocating buffers
automatically
2025-01-17T04:00:01.820187Z DEBUG whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:20: ggml_gallocr_reserve_n: reallocating CPU buffer
from size 0.00 MiB to 2.20 MiB
2025-01-17T04:00:01.820266Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_init_state: compute buffer (cross) =
3.88 MB
2025-01-17T04:00:01.821219Z DEBUG whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:20: ggml_gallocr_needs_realloc: graph has different
number of nodes
2025-01-17T04:00:01.821550Z DEBUG whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:20: ggml_gallocr_alloc_graph: reallocating buffers
automatically
2025-01-17T04:00:01.822080Z DEBUG whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:20: ggml_gallocr_reserve_n: reallocating CPU buffer
from size 0.00 MiB to 89.95 MiB
2025-01-17T04:00:01.822417Z INFO whisper_rs::whisper_sys_tracing:
C:\Users\yaako\.cargo\git\checkouts\whisper-rs-456d6fb5720526d2\a957d6a\src\
whisper_sys_tracing.rs:21: whisper_init_state: compute buffer (decode) =
95.89 MB
2025-01-17T04:00:01.822522Z DEBUG vibe_core::transcribe: core\src\
transcribe.rs:95: set language to Some("en")
2025-01-17T04:00:01.822608Z DEBUG vibe_core::transcribe: core\src\
transcribe.rs:118: setting temperature to 0.4
2025-01-17T04:00:01.823036Z DEBUG vibe_core::transcribe: core\src\
transcribe.rs:129: setting init prompt to
2025-01-17T04:00:01.823091Z DEBUG vibe_core::transcribe: core\src\
transcribe.rs:134: setting n threads to 4
2025-01-17T04:01:32.071397Z DEBUG vibe::gpu_preference:
desktop\src-tauri\src\gpu_preference.rs:24: GPU preference set for high
performance successfully for the current executable
(C:\Users\nicho\AppData\Local\vibe\vibe.exe).
2025-01-17T04:01:32.766946Z DEBUG vibe::gpu_preference:
desktop\src-tauri\src\gpu_preference.rs:45: GPU preference removed
successfully for the current executable
(C:\Users\nicho\AppData\Local\vibe\vibe.exe).
-------------------------------------------
…On Fri, 17 Jan 2025 at 12:00, thewh1teagle ***@***.***> wrote:
Do you see any error in the browser console? (right click -> inspect
element -> console -> see errors)
—
Reply to this email directly, view it on GitHub
<#469 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BOLY4SVLVZR4NBEJI264BY32LB54TAVCNFSM6AAAAABUUGSUI2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOJXGM4DIMZYG4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Can I follow up on this? I really want to get this app working!
…On Fri, 17 Jan 2025, 12:00 thewh1teagle, ***@***.***> wrote:
Do you see any error in the browser console? (right click -> inspect
element -> console -> see errors)
—
Reply to this email directly, view it on GitHub
<#469 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BOLY4SVLVZR4NBEJI264BY32LB54TAVCNFSM6AAAAABUUGSUI2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOJXGM4DIMZYG4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Describe the feature
whisper.cpp should work on Windows arm64. tauri as well.
We should be able to add support for it.
Some thoughts:
arm?
) or similar with better wording!)This way we don't need special installer for Arm. the app will run as x86-64 and the inference runner will be Arm
Request for help:
Related:
Pointers:
Issues:
Whisper.cpp build for ARM CPU with no errors.
Build:
bunx tauri build -- --no-default-features --target aarch64-pc-windows-msvc
The text was updated successfully, but these errors were encountered: