diff options
Diffstat (limited to 'scripts/get-winogrande.sh')
-rwxr-xr-x | scripts/get-winogrande.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get-winogrande.sh b/scripts/get-winogrande.sh index 5f234468..f1fc0e2d 100755 --- a/scripts/get-winogrande.sh +++ b/scripts/get-winogrande.sh @@ -4,7 +4,7 @@ wget https://huggingface.co/datasets/ikawrakow/winogrande-eval-for-llama.cpp/raw echo "Usage:" echo "" -echo " ./perplexity -m model.gguf -f winogrande-debiased-eval.csv --winogrande [--winogrande-tasks N] [other params]" +echo " ./llama-perplexity -m model.gguf -f winogrande-debiased-eval.csv --winogrande [--winogrande-tasks N] [other params]" echo "" exit 0 |