thewh1teagle / vibe

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

Bug: Failed to create a new whisper context on Pop!_OS #269

Open Doctor-Who opened 1 month ago

Doctor-Who commented 1 month ago

What happened?

A bug happened! Unable tu use Vibe 2.5x (older version 2.0 was working only on CPU)

Steps to reproduce

  1. Launch Vibe
  2. Load wav file
  3. Stay with default settings
  4. Launch transcribe

What OS are you seeing the problem on?

Linux

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.5.1
Commit Hash: bfa7a94b0fa46a50caa6f6a92a27ecb6de06b4bb
Arch: x86_64
Platform: linux
Kernel Version: 22.4.0
OS: linux
OS Version: 22.4.0
Cuda Version: n/a
Models: ggml-medium.bin
Default Model: ggml-medium.bin"
Cargo features: vulkan

CPU feature detection is not supported on this architecture.
thewh1teagle commented 1 month ago

Hey @Doctor-Who Can you try download the tiny model in the settings and change to it, then transcribe again? Or try older version of Vibe that doesn't use vulkan, it works much slower but maybe it will solve the issue

https://github.com/thewh1teagle/vibe/releases/tag/v2.4.0

Doctor-Who commented 1 month ago

Thanks for your quick reply @thewh1teagle (and many thanks for that amazing tool !) You're right, version 2.4.0 is working fine (standard version because I've got another issue with cuda even if it's installed ... ) . Vulkan is unusable on my Lenovo P52s with Quadro P500, due to my operating system or the laptop's age ?