From b333b06772c89d96aacb5490d6a219fba7c09cc6 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 12 Feb 2026 20:57:17 +0100 Subject: Engage! --- llama.cpp/scripts/get-wikitext-103.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 llama.cpp/scripts/get-wikitext-103.sh (limited to 'llama.cpp/scripts/get-wikitext-103.sh') diff --git a/llama.cpp/scripts/get-wikitext-103.sh b/llama.cpp/scripts/get-wikitext-103.sh new file mode 100755 index 0000000..244a371 --- /dev/null +++ b/llama.cpp/scripts/get-wikitext-103.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env 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 -- cgit v1.2.3