Skip to content

Commit

Permalink
whisper : bump "large" scratch buffer even mode (close ggerganov#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Mar 28, 2023
1 parent ef86f25 commit 267efe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whisper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 267efe5

Please sign in to comment.