1
0
mirror of https://github.com/ggerganov/llama.cpp.git synced 2025-01-18 16:18:31 +01:00
llama.cpp/scripts/get-wikitext-2.sh
2024-02-18 22:39:30 +02:00

11 lines
204 B
Bash
Executable File

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