whisper : fix decoders initializer

This commit is contained in:
Georgi Gerganov 2023-11-14 22:14:52 +02:00
parent 9006946e4b
commit 3ed9af34f2
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

View File

@ -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;