modelsXL / forcePull.bat
Viperboy123's picture
auto
8372e23
raw
history blame
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