thewh1teagle / vibe

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

Bug: failed to create whisper context #38

Closed SBW88 closed 5 months ago

SBW88 commented 6 months ago

What happened?

A bug happened!

Steps to reproduce

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

What OS are you seeing the problem on?

No response

Relevant log output

"Error in desktop\\src-tauri\\src\\main.rs at line 60: failed to open model\n\nCaused by:\n    Failed to create a new whisper context."
options: ModelArgs { path: "C:\\Users\\מנהל ומבקר\\Downloads\\AA.mp3", model: "C:\\Users\\מנהל ומבקר\\AppData\\Local\\github.com.thewh1teagle.vibe\\ivrit-ai--whisper-large-v2-tuned-ggml-model.bin", lang: Some("he"), verbose: false, n_threads: Some(4), init_prompt: Some(""), temperature: Some(0.4) }

App Version: 0.0.7
Arch: x86_64
Platform: windows

"Error in desktop\\src-tauri\\src\\main.rs at line 60: failed to open model\n\nCaused by:\n    Failed to create a new whisper context."
options: ModelArgs { path: "C:\\Users\\מנהל ומבקר\\Downloads\\AA.mp3", model: "C:\\Users\\מנהל ומבקר\\AppData\\Local\\github.com.thewh1teagle.vibe\\ivrit-ai--whisper-large-v2-tuned-ggml-model.bin", lang: Some("he"), verbose: false, n_threads: Some(4), init_prompt: Some(""), temperature: Some(0.4) }
Kernel Version: 10.0.19045
OS: windows
OS Version: 10.0.19045
Models: ggml-medium.bin, ivrit-ai--whisper-large-v2-tuned-ggml-model.bin
Default Mode: "C:\\Users\\מנהל ומבקר\\AppData\\Local\\github.com.thewh1teagle.vibe\\ivrit-ai--whisper-large-v2-tuned-ggml-model.bin"
thewh1teagle commented 5 months ago

Thanks for reporting. Does it worked for you with the regular default model? or another audio file?

thewh1teagle commented 5 months ago

Found the cause in https://github.com/thewh1teagle/vibe/issues/42#issuecomment-2053903581

thewh1teagle commented 5 months ago

Fixed in latest version (1.0.1) You can update through the settings in vibe or from https://thewh1teagle.github.io/vibe/