Skip to content

Commit 8dd70e3

Browse files
ggerganoviThalay
authored andcommitted
whisper : bump "large" scratch buffer even mode (close ggml-org#671)
1 parent 2c717ea commit 8dd70e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

whisper.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ static const std::map<e_model, size_t> MEM_REQ_SCRATCH0 = {
225225
{ MODEL_BASE, 18ull*MB },
226226
{ MODEL_SMALL, 28ull*MB },
227227
{ MODEL_MEDIUM, 36ull*MB },
228-
{ MODEL_LARGE, 42ull*MB },
228+
{ MODEL_LARGE, 44ull*MB },
229229
};
230230

231231
static const std::map<e_model, size_t> MEM_REQ_SCRATCH1 = {

0 commit comments

Comments
 (0)