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 /run_with_preset.py | |
parent | 98311c427739e3b06527c3ce6b5c021ab6692740 (diff) |
llama : remove mtest (#3177)
* Remove mtest
* remove from common/common.h and examples/main/main.cpp
Diffstat (limited to 'run_with_preset.py')
-rwxr-xr-x | run_with_preset.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_with_preset.py b/run_with_preset.py index 8f90f52a..9b4d7ecb 100755 --- a/run_with_preset.py +++ b/run_with_preset.py @@ -13,7 +13,7 @@ CLI_ARGS_MAIN_PERPLEXITY = [ "hellaswag-tasks", "ignore-eos", "in-prefix", "in-prefix-bos", "in-suffix", "instruct", "interactive", "interactive-first", "keep", "logdir", "logit-bias", "lora", "lora-base", "low-vram", "main-gpu", "memory-f32", "mirostat", "mirostat-ent", "mirostat-lr", "mlock", - "model", "mtest", "multiline-input", "n-gpu-layers", "n-predict", "no-mmap", "no-mul-mat-q", + "model", "multiline-input", "n-gpu-layers", "n-predict", "no-mmap", "no-mul-mat-q", "np-penalize-nl", "numa", "ppl-output-type", "ppl-stride", "presence-penalty", "prompt", "prompt-cache", "prompt-cache-all", "prompt-cache-ro", "random-prompt", "repeat-last-n", "repeat-penalty", "reverse-prompt", "rope-freq-base", "rope-freq-scale", "rope-scale", "seed", |