Skip to content

Commit

Permalink
slightly bump the RAM up to support chinese alpaca
Browse files Browse the repository at this point in the history
  • Loading branch information
LostRuins committed May 6, 2023
1 parent 8a964e7 commit a48ddda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ static const std::map<e_model, size_t> & MEM_REQ_KV_SELF()
static const std::map<e_model, size_t> & MEM_REQ_EVAL()
{
static std::map<e_model, size_t> _MEM_REQ_EVAL = {
{ MODEL_7B, 768ull * MB },
{ MODEL_7B, 800ull * MB },
{ MODEL_13B, 1024ull * MB },
{ MODEL_30B, 1280ull * MB },
{ MODEL_65B, 1536ull * MB },
Expand Down

0 comments on commit a48ddda

Please sign in to comment.