mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-01-31 00:24:07 +00:00
whisper : fix uninitialized exp_n_audio_ctx
This commit is contained in:
parent
0d229163bb
commit
fb4d0d470f
@ -601,7 +601,7 @@ struct whisper_context {
|
||||
std::vector<float> energy; // PCM signal energy
|
||||
|
||||
// [EXPERIMENTAL] speed-up techniques
|
||||
int32_t exp_n_audio_ctx; // 0 - use default
|
||||
int32_t exp_n_audio_ctx = 0; // 0 - use default
|
||||
|
||||
void use_buf(struct ggml_context * ctx, int i) {
|
||||
#if defined(WHISPER_USE_SCRATCH)
|
||||
|
Loading…
x
Reference in New Issue
Block a user