Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
zuv0
/
modelsXL
like
0
Model card
Files
Files and versions
Community
b8c4349
modelsXL
/
forcePull.bat
Viperboy123
auto
8372e23
6 months ago
raw
Copy download link
history
blame
Safe
225 Bytes
@
echo
off
git fetch --all
git reset --hard origin/main
git pull
git repack -a -d --depth=
250
--window=
250
mkdir
"../embeddings"
xcopy
embeddings "../embeddings" /y /c /h /e /q
cd
.git
rmdir
/S /Q lfs
cd
..
pause