llama.cpp/scripts/get-wikitext-103.sh
2024-06-08 13:42:01 +01:00

11 lines
210 B
Bash
Executable File

#!/bin/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