]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ci : fix BGE wget (#6383)
authorGeorgi Gerganov <redacted>
Fri, 29 Mar 2024 12:34:28 +0000 (14:34 +0200)
committerGitHub <redacted>
Fri, 29 Mar 2024 12:34:28 +0000 (14:34 +0200)
ggml-ci

ci/run.sh

index 85acc46d3939c09494884ac29637a606bfd0d596..19776b5f7c6ffbd9d6c9d627fca93c71083e0461 100755 (executable)
--- a/ci/run.sh
+++ b/ci/run.sh
@@ -575,7 +575,7 @@ function gg_run_embd_bge_small {
     cd ${SRC}
 
     gg_wget models-mnt/bge-small/ https://huggingface.co/BAAI/bge-small-en-v1.5/raw/main/config.json
-    gg_wget models-mnt/bge-small/ https://huggingface.co/BAAI/bge-small-en-v1.5/resolve/main/tokenizer.model
+    gg_wget models-mnt/bge-small/ https://huggingface.co/BAAI/bge-small-en-v1.5/raw/main/tokenizer.json
     gg_wget models-mnt/bge-small/ https://huggingface.co/BAAI/bge-small-en-v1.5/raw/main/tokenizer_config.json
     gg_wget models-mnt/bge-small/ https://huggingface.co/BAAI/bge-small-en-v1.5/raw/main/special_tokens_map.json
     gg_wget models-mnt/bge-small/ https://huggingface.co/BAAI/bge-small-en-v1.5/resolve/main/pytorch_model.bin