mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-08-25 09:38:35 -04:00
llama : remove mtest (#3177)
* Remove mtest * remove from common/common.h and examples/main/main.cpp
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user