e5-large-v2 / download.sh
limcheekin's picture
feat: first import
b92d070
raw
history blame contribute delete
161 Bytes
mkdir -p $MODEL
git lfs install --skip-smudge
git clone https://huggingface.co./$MODEL $MODEL
cd $MODEL
git lfs pull
git lfs install --force
rm -rf .git
pwd
ls -l