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: Vibe quit unexpectedly. #276

Closed
drsmikle opened this issue Sep 17, 2024 · 9 comments
Closed

Bug: Vibe quit unexpectedly. #276

drsmikle opened this issue Sep 17, 2024 · 9 comments
Labels
bug Something isn't working

Comments

@drsmikle
Copy link

What happened?

A bug happened!
Vibe quit unexpectedly.

Steps to reproduce

I tried small model with suggested small .wav file and it still quit.
vibe crash apple report.txt.zip

What OS are you seeing the problem on?

MacOS

Relevant log output

App Version: vibe 2.5.2
Commit Hash: 7780d6fa971ef096a21e4ec84dc3330172f8a241
Arch: x86_64
Platform: macos
Kernel Version: 12.7.6
OS: macos
OS Version: 12.7.6
Cuda Version: n/a
Models: ggml-medium.bin, ggml-small.bin
Default Model: ggml-small.bin"
Cargo features: 


CPU feature detection is not supported on this architecture.
@drsmikle drsmikle added the bug Something isn't working label Sep 17, 2024
@drsmikle
Copy link
Author

Vibe never worked for me. I installed it and tried it and it quit on its own.

@thewh1teagle
Copy link
Owner

thewh1teagle commented Sep 17, 2024

Thanks for report
Looks like whisper.cpp engine failed to transcribe it
Please try to run it from the terminal with logging enabled and try to transcribe.
See docs/debug.md

@drsmikle
Copy link
Author

From terminal I get this feedback:
2024-09-17T11:06:36.868138Z ERROR whisper_rs::whisper_sys_tracing: whisper_backend_init_gpu: Metal GPU does not support family 7 - falling back to CPU
2024-09-17T11:06:37.027644Z ERROR whisper_rs::whisper_sys_tracing: whisper_init_state: failed to load Core ML model from '/Users/RussMac/Library/Application Support/github.com.thewh1teagle.vibe/ggml-medium-encoder.mlmodelc'
Does it matter that the model is named /ggml-medium.bin at the above folder path instead of ggml-medium-encoder.mlmodelc?

@IvanRublev
Copy link

Hi @thewh1teagle, same unable to load Core ML model issue here on macOS 12.7.6.

The following whisper.cpp command transcribes perfectly, with both model file named ggml-tiny.bin or ggml-tiny-encoder.mlmodelc

whisper-cpp --output-txt --model /Users/ivan/Library/Application\ Support/github.com.thewh1teagle.vibe/ggml-tiny.bin /Users/ivan/Downloads/samples_single.wav

whisper-cpp was installed via brew install whisper-cpp.

@thewh1teagle
Copy link
Owner

From terminal I get this feedback: 2024-09-17T11:06:36.868138Z ERROR whisper_rs::whisper_sys_tracing: whisper_backend_init_gpu: Metal GPU does not support family 7 - falling back to CPU 2024-09-17T11:06:37.027644Z ERROR whisper_rs::whisper_sys_tracing: whisper_init_state: failed to load Core ML model from '/Users/RussMac/Library/Application Support/github.com.thewh1teagle.vibe/ggml-medium-encoder.mlmodelc' Does it matter that the model is named /ggml-medium.bin at the above folder path instead of ggml-medium-encoder.mlmodelc?

Not sure why it failed. generally you can ignore the warning saying it failed to load mlmodelc file and it should work anyway

@thewh1teagle
Copy link
Owner

Hi @thewh1teagle, same unable to load Core ML model issue here on macOS 12.7.6.

Can you reference or attach the exact error message you got from it?

@IvanRublev
Copy link

Sure @thewh1teagle, please find app's log and macos crash report attached.
log_2024-10.txt
macos_crash_report.txt

@IvanRublev
Copy link

The app is used fully offline.

@thewh1teagle
Copy link
Owner

#370

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

3 participants