mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-18 18:56:32 +00:00
Update win_install.bat
This commit is contained in:
parent
12076f9146
commit
b2fedd78a6
@ -92,18 +92,17 @@ if exist lollms-webui\ (
|
|||||||
cd
|
cd
|
||||||
cd lollms_core
|
cd lollms_core
|
||||||
pip install -e .
|
pip install -e .
|
||||||
cd ..\..
|
cd ..
|
||||||
) else (
|
) else (
|
||||||
git clone --depth 1 --recurse-submodules https://github.com/ParisNeo/lollms-webui.git
|
git clone --depth 1 --recurse-submodules https://github.com/ParisNeo/lollms-webui.git
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
cd lollms-webui\lollms_core
|
cd lollms-webui\lollms_core
|
||||||
pip install -e .
|
pip install -e .
|
||||||
cd ..\..
|
cd ..
|
||||||
cd utilities\pipmaster
|
|
||||||
pip install -e .
|
|
||||||
cd ..\..
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
cd
|
||||||
|
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
@rem create launcher
|
@rem create launcher
|
||||||
@ -120,6 +119,7 @@ if exist ..\win_conda_session.bat (
|
|||||||
copy scripts\windows\win_conda_session.bat ..\
|
copy scripts\windows\win_conda_session.bat ..\
|
||||||
)
|
)
|
||||||
|
|
||||||
|
cd
|
||||||
|
|
||||||
echo Select the default binding to be installed:
|
echo Select the default binding to be installed:
|
||||||
echo 1) None (install the binding later)
|
echo 1) None (install the binding later)
|
||||||
|
Loading…
Reference in New Issue
Block a user