mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-02-06 13:29:49 +01:00
whisper : bump "large" scratch buffer even mode (close #671)
This commit is contained in:
parent
0be9cd3497
commit
42c6855103
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user