]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
whisper : bump "large" scratch buffer even mode (close #671)
authorGeorgi Gerganov <redacted>
Tue, 28 Mar 2023 07:50:49 +0000 (10:50 +0300)
committerGeorgi Gerganov <redacted>
Tue, 28 Mar 2023 07:50:49 +0000 (10:50 +0300)
whisper.cpp

index 1728debcc23f52218ae1ed49604c3ee636fff6f3..f44e5034bb804c711bd91b24cee9a46468fa1e65 100644 (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 = {