mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Submodule support
In the near future we will be using a git submodule to integrate the Horde Bridge. The updater needs to support downloading submodules so that our users will automatically get them installed. In this commit all the submodules are automatically updated when you do Kobold updates, and also installed if missing.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user