summaryrefslogtreecommitdiff
path: root/scripts/get-winogrande.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/get-winogrande.sh')
-rwxr-xr-xscripts/get-winogrande.sh2
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