examples/common.h: put all bool variables in gpt_params together
This commit is contained in:
parent
1a70a80369
commit
71f829678a
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ struct gpt_params {
|
|||
std::string lora_adapter = ""; // lora adapter path
|
||||
std::string lora_base = ""; // base model path for the lora adapter
|
||||
|
||||
bool low_vram = 0; // if true, reduce VRAM usage at the cost of performance
|
||||
bool low_vram = false; // if true, reduce VRAM usage at the cost of performance
|
||||
bool memory_f16 = true; // use f16 instead of f32 for memory kv
|
||||
bool random_prompt = false; // do not randomize prompt if none provided
|
||||
bool use_color = false; // use color to distinguish generations and inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue