thewh1teagle / vibe

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

Bug:failed to open model Caused by: Failed to create a new whisper context. Location: core/src/transcribe.rs:37:65 #407

Closed NadirZgw closed 1 day ago

NadirZgw commented 5 days ago

What happened?

A bug happened!

Steps to reproduce

  1. step one...
  2. step two...

What OS are you seeing the problem on?

MacOS

Relevant log output

failed to open model

Caused by:
    Failed to create a new whisper context.

Location:
    core/src/transcribe.rs:37:65
App Version: vibe 2.6.2
Commit Hash: 28b17d2dd9f1ffea148731be3e12d7a4efd433f4
Arch: x86_64
Platform: macos
Kernel Version: 13.7.0
OS: macos
OS Version: 13.7.0
Cuda Version: n/a
Models: ggml-medium.bin
Default Model: ggml-medium.bin"
Cargo features: 

CPU feature detection is not supported on this architecture.
thewh1teagle commented 5 days ago

@NadirZgw

Thanks for report. It's hard to know why it failed, can you try open it from the terminal and see if there's error/paste here:

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

Try to transcribe

thewh1teagle commented 1 day ago

See https://github.com/thewh1teagle/vibe/issues/370