summaryrefslogtreecommitdiff
path: root/llama.cpp/scripts/get-wikitext-103.sh
blob: 244a371baddc63984e25e12283876ec4faf34e77 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash

wget https://s3.amazonaws.com/research.metamind.io/wikitext/wikitext-103-raw-v1.zip

echo "Usage:"
echo ""
echo "  ./llama-perplexity -m model.gguf -f wiki.test.raw [other params]"
echo ""

exit 0