-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
Comments
Log
Microsoft Windows [Version 10.0.19044.1288]
(c) Microsoft Corporation. All rights reserved.
C:\Users\Wael>taskkill /IM vibe.exe /F 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 |
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. |
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. |
I understand, Thanks for your help. |
I find that topic too late, so here's one in Linux opened as a separate issue: #395 |
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 :)
macOS:
RUST_LOG=debug /Applications/vibe.app/Contents/MacOS/vibe
Linux
RUST_LOG=debug vibe
Other things you can try:
set RUST_LOG=debug
before run.The text was updated successfully, but these errors were encountered: