thewh1teagle / vibe

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

[Bug]: I can't use corelm model on macOS #310

Open gius-n opened 2 days ago

gius-n commented 2 days ago

What happened?

A bug happened!

If I unzip the corelm file, as the guide says, I get "ggml-medium-encoder.mlmodelc" folder. If I put it inside the models path in Vibe, the app doesn't recognize anything. If I put all the files in the folder in the path, the app sees "corelm.bin", but when I try to transcribe a file, I get the error:

failed to open model

Caused by: Failed to create a new whisper context.

Location: core\src\transcribe.rs:37:65

How can I fix this?

Steps to reproduce

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

What OS are you seeing the problem on?

MacOS

Relevant log output

failed to open model

Caused by:
    Failed to create a new whisper context.

Location:
    core\src\transcribe.rs:37:65