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: Failed to create a new whisper context on Pop!_OS #269

Closed
Doctor-Who opened this issue Sep 9, 2024 · 3 comments
Closed

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

Doctor-Who opened this issue Sep 9, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@Doctor-Who
Copy link

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.
@Doctor-Who Doctor-Who added the bug Something isn't working label Sep 9, 2024
@thewh1teagle
Copy link
Owner

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
Copy link
Author

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 ?

@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

2 participants