Quillan-Ronin / llama.cpp /scripts /get-wikitext-103.sh
CrashOverrideX's picture
Add files using upload-large-folder tool
e6c51f8 verified
#!/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