From 0685848bc64793f6181d82ff4b92b358066cb4af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Sat, 14 Mar 2026 11:22:04 +0100 Subject: [PATCH] scripts : remove get-wikitext-103.sh (#20543) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- scripts/get-wikitext-103.sh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 scripts/get-wikitext-103.sh diff --git a/scripts/get-wikitext-103.sh b/scripts/get-wikitext-103.sh deleted file mode 100755 index 244a371bad..0000000000 --- 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