diff options
author | Georgi Gerganov <ggerganov@gmail.com> | 2024-03-29 14:34:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-29 14:34:28 +0200 |
commit | cfde806eb95de06d84162bdee593dad33a1d2693 (patch) | |
tree | dde71ef1184840062f466458ab11ba2cfe02b87a | |
parent | b910287954d4462fd3d48938336770e258459677 (diff) |
ci : fix BGE wget (#6383)
ggml-ci
-rwxr-xr-x | ci/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |