From aea31754424fcf2b9f0cf0daa6ad1114b11efbec Mon Sep 17 00:00:00 2001 From: Swetha B S Date: Fri, 6 Jun 2025 03:46:05 -0700 Subject: [PATCH] Resolve PR comments --- src/whisper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/whisper.cpp b/src/whisper.cpp index 00d3f14f0..46bc934ed 100644 --- a/src/whisper.cpp +++ b/src/whisper.cpp @@ -1450,7 +1450,7 @@ static bool weight_buft_supported(const whisper_hparams & hparams, ggml_tensor * ggml_context * ctx = ctx_ptr.get(); ggml_tensor * op_tensor = nullptr; - + int64_t n_ctx = hparams.n_audio_ctx; switch (op) {