From: Georgi Gerganov Date: Fri, 16 Feb 2024 07:57:55 +0000 (+0200) Subject: ci : fix BERT model download and convert X-Git-Tag: upstream/0.0.4488~2328 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=594845aab1c6775877f6d9545a51dc0f8d0b3d77;p=pkg%2Fggml%2Fsources%2Fllama.cpp ci : fix BERT model download and convert --- diff --git a/ci/run.sh b/ci/run.sh index a4264d77..979b4a79 100755 --- a/ci/run.sh +++ b/ci/run.sh @@ -580,6 +580,10 @@ function gg_run_embd_bge_small { gg_wget models-mnt/bge-small/ https://huggingface.co/BAAI/bge-small-en-v1.5/resolve/main/pytorch_model.bin gg_wget models-mnt/bge-small/ https://huggingface.co/BAAI/bge-small-en-v1.5/raw/main/sentence_bert_config.json gg_wget models-mnt/bge-small/ https://huggingface.co/BAAI/bge-small-en-v1.5/raw/main/vocab.txt + gg_wget models-mnt/bge-small/ https://huggingface.co/BAAI/bge-small-en-v1.5/raw/main/modules.json + 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/1_Pooling https://huggingface.co/BAAI/bge-small-en-v1.5/raw/main/1_Pooling/config.json path_models="../models-mnt/bge-small"