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 open model at Vibe #347

Closed
Chilikkapoano opened this issue Oct 26, 2024 · 7 comments
Closed

Bug:failed to open model at Vibe #347

Chilikkapoano opened this issue Oct 26, 2024 · 7 comments
Labels
bug Something isn't working

Comments

@Chilikkapoano
Copy link

What happened?

A bug happened!
I'n trying to use a model: ggmi-ivrit-v2-d3-e3.bin

Steps to reproduce

  1. download the model from: https://www.youtube.com/redirect?event=video_description&redir_token=QUFFLUhqa2hGV2xfcVBIODVra3Zyd0QwMVY5dW9XV0k1QXxBQ3Jtc0tuNFUtSjM5NVdMTDQwMjhGZG42eGZfdVBOZGd6akxUYjRsY3ZUdjhLb094R1FEU04weG5Ldk1zQ0hPdHhXSTVzNGhCdlAwZWZINUNVaUdtSnlJbFdwdDQwcDNyVWwxX1dhWHo2ZDRIR19HemxyTFpPSQ&q=https%3A%2F%2Fhuggingface.co%2Fivrit-ai%2Fwhisper-v2-d3-e3-ggml%2Fresolve%2Fmain%2Fggml-ivrit-v2-d3-e3.bin%3Fdownload%3Dtrue&v=SDM6eVSxnG0
  2. Change the model to ggmi-ivrit-v2-d3-e3.bin in setting.
  3. open an audio file and try to transcript it.

What OS are you seeing the problem on?

Window

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.6.3
Commit Hash: d24ffccb0d05ea822ff1a3a6edb3b9871be9f368
Arch: x86_64
Platform: windows
Kernel Version: 10.0.22631
OS: windows
OS Version: 10.0.22631
Cuda Version: n/a
Models: ggml-ivrit-v2-d3-e3.bin, ggml-ivrit-v2-d4.bin, ggml-medium.bin
Default Model: "C:\\Users\\97250\\AppData\\Local\\github.com.thewh1teagle.vibe\\ggml-ivrit-v2-d3-e3.bin"
Cargo features: vulkan


{
    "avx": {
        "enabled": true,
        "support": true
    },
    "avx2": {
        "enabled": true,
        "support": true
    },
    "f16c": {
        "enabled": true,
        "support": true
    },
    "fma": {
        "enabled": true,
        "support": true
    }
}
@Chilikkapoano Chilikkapoano added the bug Something isn't working label Oct 26, 2024
@thewh1teagle
Copy link
Owner

Does it works with the default model that comes with Vibe?

@Chilikkapoano
Copy link
Author

Chilikkapoano commented Oct 26, 2024 via email

@Chilikkapoano
Copy link
Author

I'm trying to have a Hebrew transcript. the default here is ggmi-medium.bin

@Chilikkapoano
Copy link
Author

image

@Chilikkapoano
Copy link
Author

Now tried a different audio file with the default model and the program crashed.
Can't upload the dump file. its too big...

@Chilikkapoano
Copy link
Author

Chilikkapoano commented Oct 26, 2024 via email

@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