mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-02-28 19:25:56 +00:00
whisper : fix decoders initializer
This commit is contained in:
parent
9006946e4b
commit
3ed9af34f2
@ -794,7 +794,7 @@ struct whisper_state {
|
|||||||
|
|
||||||
whisper_batch batch;
|
whisper_batch batch;
|
||||||
|
|
||||||
whisper_decoder decoders[WHISPER_MAX_DECODERS] = {};
|
whisper_decoder decoders[WHISPER_MAX_DECODERS];
|
||||||
|
|
||||||
ggml_backend_t backend = nullptr;
|
ggml_backend_t backend = nullptr;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user