ggml-org/whisper.cpp

whisper_full_with_state: failed to decode

Aberta

#2.334 aberto em 3 de ago. de 2024

 (12 comentários) (1 reação) (0 responsável)C++ (6.074 forks)batch import
help wanted

Métricas do repositório

Stars
 (52.968 estrelas)
Métricas de merge de PR
 (Mesclagem média 5d 20h) (36 fundiu PRs em 30d)

Description

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?

Guia do colaborador