ggml-org/whisper.cpp

whisper_full_with_state: failed to decode

開放

#2,334 建立於 2024年8月3日

 (12 則留言) (1 個反應) (0 位負責人)C++ (6,073 個分叉)batch import
help wanted

倉庫指標

星標
 (52,920 顆星)
PR 合併指標
 (平均合併 5天 20小時) (30 天內合併 36 個 PR)

描述

After running successfully for 6 minutes of audio, whisper.cpp (compiled with CUDA support) exits with the following message:

[00:06:04.000 --> 00:06:11.000]   Gut, dann kommen wir zur Sache, nämlich zum digitale Dienste Gesetz.
whisper_full_with_state: failed to decode
./main: failed to process audio

This error happens using the ggml-tiny.bin as a model and the -bs 8 -bo 8 flags. Using the base model, the same issue happens some minutes later.

Are there any tools available to get a more descriptive error message that could help narrow the source of the issue?

貢獻者指南