diff options
author | Georgi Gerganov <ggerganov@gmail.com> | 2024-02-16 09:57:55 +0200 |
---|---|---|
committer | Georgi Gerganov <ggerganov@gmail.com> | 2024-02-16 09:57:55 +0200 |
commit | 594845aab1c6775877f6d9545a51dc0f8d0b3d77 (patch) | |
tree | ff485a93e1a887fc7db20fc98955d62ed525420a | |
parent | 4524290e87b8e107cc2b56e1251751546f4b9051 (diff) |
ci : fix BERT model download and convert
-rwxr-xr-x | ci/run.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |