From: Adrien Gallouët Date: Sat, 14 Mar 2026 10:22:04 +0000 (+0100) Subject: scripts : remove get-wikitext-103.sh (#20543) X-Git-Tag: upstream/0.0.8611~269 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=0685848bc64793f6181d82ff4b92b358066cb4af;p=pkg%2Fggml%2Fsources%2Fllama.cpp scripts : remove get-wikitext-103.sh (#20543) It doesn't work and no one seems to use it. $ wget https://s3.amazonaws.com/research.metamind.io/wikitext/wikitext-103-raw-v1.zip HTTP request sent, awaiting response... 301 Moved Permanently Location: unspecified ERROR: Redirection (301) without location. Signed-off-by: Adrien Gallouët --- diff --git a/scripts/get-wikitext-103.sh b/scripts/get-wikitext-103.sh deleted file mode 100755 index 244a371ba..000000000 --- a/scripts/get-wikitext-103.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/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