diff options
author | Georgi Gerganov <ggerganov@gmail.com> | 2024-01-18 20:45:39 +0200 |
---|---|---|
committer | Georgi Gerganov <ggerganov@gmail.com> | 2024-01-18 20:45:39 +0200 |
commit | e9240cdfa06a50c1b5dbafa367cb8cd698e65103 (patch) | |
tree | f7e0ad73ee75c9b73502cd5b3c2a5bc955858b9a /scripts/get-wikitext-2.sh | |
parent | b46757735d30f5c6ed4f20ebeccc684e02d4f3bf (diff) |
scripts : add get-winogrande.sh
Diffstat (limited to 'scripts/get-wikitext-2.sh')
-rwxr-xr-x | scripts/get-wikitext-2.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/get-wikitext-2.sh b/scripts/get-wikitext-2.sh index 98aec3e3..ff96f331 100755 --- a/scripts/get-wikitext-2.sh +++ b/scripts/get-wikitext-2.sh @@ -1,3 +1,10 @@ #!/bin/bash wget https://s3.amazonaws.com/research.metamind.io/wikitext/wikitext-2-raw-v1.zip + +echo "Usage:" +echo "" +echo " ./perplexity -m model.gguf -f wiki.test.raw [other params]" +echo "" + +exit 0 |