lightningRalf / whisper.cpp

Port of OpenAI's Whisper model in C/C++
MIT License
0 stars 0 forks source link

Assertion failure only present after enabling CoreML ((!isnan(sp[i])),) #73

Open lightningRalf opened 1 year ago

lightningRalf commented 1 year ago

We've begun occasionally running into the following issue:

!isnan(sp[i]) > Assertion failed: (!isnan(sp[i])), function ggml_compute_forward_soft_max_f32, file ggml.c, line 10623.
 > ggml_compute_forward_soft_max_f32

Trace:

ggml_compute_forward.cold.294(ggml.c:10623)

ggml_compute_forward_soft_max_f32(ggml.c:10623)

ggml_compute_forward_soft_max(ggml.c:10667)

ggml_compute_forward(ggml.c:12801)

ggml_graph_compute(ggml.c:14158)

whisper_decode_internal(whisper.cpp:2250)

whisper_full_with_state(whisper.cpp:4174)

whisper_full(whisper.cpp:4629)

It's only begun cropping up since enabling CoreML - wondering if it's related.