diff options
author | Georgi Gerganov <ggerganov@gmail.com> | 2024-02-18 22:39:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-18 22:39:30 +0200 |
commit | b1de96824bdbeb91ea458abcb3e5478690ad0727 (patch) | |
tree | c0ab39ccee911245158973dd6280f8959024381a /scripts | |
parent | 7ad554f90e735cf2a0f612ce44f9aa4fad6ae46a (diff) |
ci : fix wikitext url + compile warnings (#5569)
ggml-ci
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/get-wikitext-2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get-wikitext-2.sh b/scripts/get-wikitext-2.sh index ff96f331..7ca760fa 100755 --- a/scripts/get-wikitext-2.sh +++ b/scripts/get-wikitext-2.sh @@ -1,6 +1,6 @@ #!/bin/bash -wget https://s3.amazonaws.com/research.metamind.io/wikitext/wikitext-2-raw-v1.zip +wget https://huggingface.co/datasets/ggml-org/ci/resolve/main/wikitext-2-raw-v1.zip echo "Usage:" echo "" |