We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0bee23 commit b2fda18Copy full SHA for b2fda18
llama.cpp
@@ -122,7 +122,7 @@ static const std::map<e_model, size_t> & MEM_REQ_KV_SELF()
122
static const std::map<e_model, size_t> & MEM_REQ_EVAL()
123
{
124
static std::map<e_model, size_t> k_sizes = {
125
- { MODEL_3B, 512ull * MB },
+ { MODEL_3B, 640ull * MB },
126
{ MODEL_7B, 768ull * MB },
127
{ MODEL_13B, 1024ull * MB },
128
{ MODEL_30B, 1280ull * MB },
0 commit comments