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

whisper with float32 "src0->type == GGML_TYPE_F16 failed" #2557

Open
mahuichao opened this issue Nov 14, 2024 · 0 comments
Open

whisper with float32 "src0->type == GGML_TYPE_F16 failed" #2557

mahuichao opened this issue Nov 14, 2024 · 0 comments

Comments

@mahuichao
Copy link

Hello, I am new to whisper.cpp. I convert float32 pytorch model to ggml f32 model,and run the inference.
But I keep getting "src0->type == GGML_TYPE_F16 failed", when backtrace, I found the function "ggml_conv_1d_ph" create GGML_TYPE_F16 tensor in it, and that cause the error, is this a BUG or I miss something important?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant