diff --git a/update-koboldai.bat b/update-koboldai.bat index 5e7339a3..728b9f74 100644 --- a/update-koboldai.bat +++ b/update-koboldai.bat @@ -51,6 +51,7 @@ git remote add origin %origin% git fetch --all git checkout %branch% -f git reset --hard origin/%branch% +git submodule update --init --recursive IF %M%==1 umamba.exe install --no-shortcuts -r K:\python\ -n base -f "%~dp0\environments\huggingface.yml" -y --always-copy IF %M%==2 umamba.exe install --no-shortcuts -r miniconda3 -n base -f environments\huggingface.yml -y --always-copy IF %M%==3 umamba.exe install --no-shortcuts -r B:\python\ -n base -f "%~dp0\environments\huggingface.yml" -y --always-copy