get-wikitext-103.sh 210 Bytes
Newer Older
mashun1's avatar
v1  
mashun1 committed
1
2
3
4
5
6
#!/bin/bash

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

echo "Usage:"
echo ""
xuxzh1's avatar
init  
xuxzh1 committed
7
echo "  ./llama-perplexity -m model.gguf -f wiki.test.raw [other params]"
mashun1's avatar
v1  
mashun1 committed
8
9
10
echo ""

exit 0