File size: 306 Bytes
3892750
 
 
9fe40fe
 
 
 
3892750
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
mkdir -p $MODEL
git lfs install --skip-smudge
git clone https://huggingface.co/$MODEL $MODEL
# https://huggingface.co/sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2
# https://huggingface.co/nomic-ai/nomic-embed-text-v1.5
# 

cd $MODEL
git lfs pull
git lfs install --force
rm -rf .git
pwd
ls -l