diff options
author | Roland <14355895+rbur0425@users.noreply.github.com> | 2023-09-15 03:28:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-15 10:28:45 +0300 |
commit | 2d770505a89a99ce78a5950cf14fc06d3176ffa4 (patch) | |
tree | 4a45ba87ef9d45a5c11322c30bb98e1690c69f6b /common/common.h | |
parent | 98311c427739e3b06527c3ce6b5c021ab6692740 (diff) |
llama : remove mtest (#3177)
* Remove mtest
* remove from common/common.h and examples/main/main.cpp
Diffstat (limited to 'common/common.h')
-rw-r--r-- | common/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/common.h b/common/common.h index 238635ae..4979f99d 100644 --- a/common/common.h +++ b/common/common.h @@ -110,7 +110,6 @@ struct gpt_params { bool perplexity = false; // compute perplexity over the prompt bool use_mmap = true; // use mmap for faster loads bool use_mlock = false; // use mlock to keep model in memory - bool mem_test = false; // compute maximum memory usage bool numa = false; // attempt optimizations that help on some NUMA systems bool export_cgraph = false; // export the computation graph bool verbose_prompt = false; // print prompt tokens before generation |