From: Georgi Gerganov Date: Fri, 29 Mar 2024 12:34:28 +0000 (+0200) Subject: ci : fix BGE wget (#6383) X-Git-Tag: upstream/0.0.4488~1912 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=cfde806eb95de06d84162bdee593dad33a1d2693;p=pkg%2Fggml%2Fsources%2Fllama.cpp ci : fix BGE wget (#6383) ggml-ci --- diff --git a/ci/run.sh b/ci/run.sh index 85acc46d..19776b5f 100755 --- 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