]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ci : fix BERT model download and convert
authorGeorgi Gerganov <redacted>
Fri, 16 Feb 2024 07:57:55 +0000 (09:57 +0200)
committerGeorgi Gerganov <redacted>
Fri, 16 Feb 2024 07:57:55 +0000 (09:57 +0200)
ci/run.sh

index a4264d7754c4bbccab98352e698aaece62dedaf1..979b4a79391374a4da685722d1bae8da59054599 100755 (executable)
--- 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"