llama.cpp/scripts/get-wikitext-2.sh
2024-01-18 20:45:39 +02:00

11 lines
202 B
Bash
Executable File

#!/bin/bash
wget https://s3.amazonaws.com/research.metamind.io/wikitext/wikitext-2-raw-v1.zip
echo "Usage:"
echo ""
echo " ./perplexity -m model.gguf -f wiki.test.raw [other params]"
echo ""
exit 0