thewh1teagle / vibe

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

Bug: Vibe does not detect ggml-large-v3.bin #54

Closed twp248 closed 5 months ago

twp248 commented 5 months ago

What happened?

I did replaced the medium model with the large model to save space. I have chosen the large model in the model customisation under setting, but Vibe is still default to loading the medium Model.

Steps to reproduce

  1. Download the Large Model
  2. Copy and Paste the Large Model
  3. Remove the Medium Model

What OS are you seeing the problem on?

No response

Relevant log output

options: ModelArgs { path: "/Users/**Users**/Downloads/Video.mp4", model: "/Users/**Users**/Library/Application Support/github.com.thewh1teagle.vibe/ggml-medium.bin", lang: Some("en"), verbose: false, n_threads: Some(4), init_prompt: Some(""), temperature: Some(0.4) }
App Version: 1.0.2
Commit Hash: 6ba4a50a11e1b425575f2cbecfc505920b737a77
Arch: aarch64
Platform: macos
Kernel Version: 14.4.1
OS: macos
OS Version: 14.4.1
Models: ggml-large-v3.bin
Default Model: ggml-medium.bin"
thewh1teagle commented 5 months ago

Thanks for reporting! I fixed it in latest release v1.0.3, not it will be easier to add custom models. Also added more general options in settings.

You can update it directly through vibe (in main window) Let me know if it fixed :)