thewh1teagle / vibe

Transcribe on your own!
https://thewh1teagle.github.io/vibe/
MIT License
907 stars 55 forks source link

Bug: unexplained error on first run #154

Closed nonZero closed 2 months ago

nonZero commented 3 months ago

What happened?

an error dialog

Steps to reproduce

choose mp3 file and click transcribe

What OS are you seeing the problem on?

Linux

Relevant log output

options: {
  "path": "/tmp/1.mp3",
  "lang": "he",
  "verbose": false,
  "n_threads": 4,
  "init_prompt": "",
  "temperature": 0.4,
  "translate": null,
  "max_text_ctx": null,
  "word_timestamps": true,
  "max_sentence_len": 1
}

Caused by:
   0: failed to create key
   1: Failed to create a new whisper context.

Location:
    core/src/model.rs:65:40
App Version: 2.0.6
Commit Hash: 23815ae6f983e692631d1eac72ccfefa06b90199
Arch: x86_64
Platform: linux
Kernel Version: Rolling Release
OS: linux
OS Version: Rolling Release
Cuda Version: 12.4.1
Models: ggml-medium.bin
Default Model: ggml-medium.bin"

CPU feature detection is not supported on this architecture.
thewh1teagle commented 2 months ago

Duplicate of https://github.com/thewh1teagle/vibe/issues/155