mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-18 12:16:22 +00:00
upgraded install scripts
This commit is contained in:
parent
1237eb0fd7
commit
73a2b74fe4
@ -107,6 +107,9 @@ if [ -d "lollms-webui" ]; then
|
||||
cd utilities/safe_store
|
||||
pip install -e .
|
||||
cd ../..
|
||||
cd utilities/pipmaster
|
||||
pip install -e .
|
||||
cd ../..
|
||||
|
||||
else
|
||||
git clone --depth 1 --recurse-submodules "$REPO_URL"
|
||||
|
@ -134,6 +134,9 @@ else
|
||||
cd utilities/safe_store
|
||||
pip install -e .
|
||||
cd ../../..
|
||||
cd utilities/pipmaster
|
||||
pip install -e .
|
||||
cd ../../..
|
||||
|
||||
cd lollms-webui || exit 1
|
||||
fi
|
||||
|
@ -105,6 +105,9 @@ if exist lollms-webui\ (
|
||||
cd utilities\safe_store
|
||||
pip install -e .
|
||||
cd ..\..
|
||||
cd utilities\pipmaster
|
||||
pip install -e .
|
||||
cd ..\..
|
||||
)
|
||||
|
||||
pip install -r requirements.txt
|
||||
|
Loading…
Reference in New Issue
Block a user