From: Georgi Gerganov Date: Tue, 28 Mar 2023 07:50:49 +0000 (+0300) Subject: whisper : bump "large" scratch buffer even mode (close #671) X-Git-Tag: upstream/1.7.4~1531 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=42c6855103e514c6534bb0b52a56af4a7c978b89;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp whisper : bump "large" scratch buffer even mode (close #671) --- 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 = {