thewh1teagle / vibe

Transcribe on your own!
https://thewh1teagle.github.io/vibe/
MIT License
1.18k stars 72 forks source link

Bug: New update to Vibe causes crashes when attempting to transcribe #293

Open Daniel-J-Barrows opened 1 month ago

Daniel-J-Barrows commented 1 month ago

What happened?

Tested Vibe this morning. An .m4a audio had 20 minutes of silence and afterwards 50 minutes of aduio, but was transcribing "silence" for 30-40 minutes, even after audio appeared.

I then tried updating Vibe to solve the problem as there was an update. The app now crashes 2-3 minutes after attempting to transcribe the audio, making 0% progress every time.

Updated the Medium Language model. tested transcription. No change, still crashes.

Have now used the "Reset Vibe" button in the settings. No change, still crashes.

Will attempt to reinstall Vibe as final resort. But sending this bug report just so you know.

Steps to reproduce

See above.

What OS are you seeing the problem on?

No response

Relevant log output

App Version: vibe 2.5.4
Commit Hash: 0639a81cf382add6d51908098fafa2be0e72dc00
Arch: x86_64
Platform: windows
Kernel Version: 10.0.19045
OS: windows
OS Version: 10.0.19045
Cuda Version: n/a
Models: ggml-medium.bin
Default Model: "C:\\Users\\Daniel\\AppData\\Local\\github.com.thewh1teagle.vibe\\ggml-medium.bin"
Cargo features: vulkan

{
    "avx": {
        "enabled": true,
        "support": true
    },
    "avx2": {
        "enabled": true,
        "support": true
    },
    "f16c": {
        "enabled": true,
        "support": true
    },
    "fma": {
        "enabled": true,
        "support": true
    }
}
Daniel-J-Barrows commented 1 month ago

Vibe Test Command Prompt details.txt

The size of the original log from Vibe is a 263 MB text file - Currently unable to upload the file via my means.

I have tested as well a 1-minute audio, it crashed immediately.

thewh1teagle commented 1 month ago

Thanks for report. seems like the GPU is out of memory. there's no enough memory to use whisper medium with that. You can try install the small model instead. https://github.com/thewh1teagle/vibe/blob/main/docs/MODELS.md

faheemop commented 1 month ago

is there anyone who can tell me that how to run it locally in my computer i am not talking about exe file i am talking about how i can run its code and customize it