1#!/usr/bin/env bash
 2
 3wget https://s3.amazonaws.com/research.metamind.io/wikitext/wikitext-103-raw-v1.zip
 4
 5echo "Usage:"
 6echo ""
 7echo "  ./llama-perplexity -m model.gguf -f wiki.test.raw [other params]"
 8echo ""
 9
10exit 0