e5-large-v2 / download.sh
limcheekin's picture
feat: first import
b92d070
raw
history blame contribute delete
No virus
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