blob: 7ca760fa613045d9741a8a2ec5f88d02e3c98dbf (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/bash
wget https://huggingface.co/datasets/ggml-org/ci/resolve/main/wikitext-2-raw-v1.zip
echo "Usage:"
echo ""
echo " ./perplexity -m model.gguf -f wiki.test.raw [other params]"
echo ""
exit 0
|