blob: 484e56fd8f685bd30c1d4a98cd911f5aad528dce (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/usr/bin/env bash
wget https://raw.githubusercontent.com/klosax/hellaswag_text_data/main/hellaswag_val_full.txt
echo "Usage:"
echo ""
echo " ./llama-perplexity -m model.gguf -f hellaswag_val_full.txt --hellaswag [--hellaswag-tasks N] [other params]"
echo ""
exit 0
|