whisper : bump "large" scratch buffer even mode (close #671)

pull/677/head
Georgi Gerganov 2023-03-28 10:50:49 +03:00
parent 0be9cd3497
commit 42c6855103
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ static const std::map<e_model, size_t> 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<e_model, size_t> MEM_REQ_SCRATCH1 = {