llama : remove mtest (#3177)

* Remove mtest

* remove from common/common.h and examples/main/main.cpp
This commit is contained in:
Roland 2023-09-15 03:28:45 -04:00 committed by GitHub
parent 98311c4277
commit 2d770505a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 3 additions and 26 deletions

View file

@ -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