From 42c6855103e514c6534bb0b52a56af4a7c978b89 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Tue, 28 Mar 2023 10:50:49 +0300 Subject: [PATCH] whisper : bump "large" scratch buffer even mode (close #671) --- whisper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whisper.cpp b/whisper.cpp index 1728debc..f44e5034 100644 --- a/whisper.cpp +++ b/whisper.cpp @@ -225,7 +225,7 @@ static const std::map MEM_REQ_SCRATCH0 = { { MODEL_BASE, 18ull*MB }, { MODEL_SMALL, 28ull*MB }, { MODEL_MEDIUM, 36ull*MB }, - { MODEL_LARGE, 42ull*MB }, + { MODEL_LARGE, 44ull*MB }, }; static const std::map MEM_REQ_SCRATCH1 = {