mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-30 16:14:05 +00:00
Upgraded installers
This commit is contained in:
parent
9f125abfbc
commit
1fd04257f9
@ -92,12 +92,15 @@ source activate "$INSTALL_ENV_DIR" || ( echo && echo "Conda environment activati
|
|||||||
# Set default cuda toolkit to the one in the environment
|
# Set default cuda toolkit to the one in the environment
|
||||||
export CUDA_PATH="$INSTALL_ENV_DIR"
|
export CUDA_PATH="$INSTALL_ENV_DIR"
|
||||||
|
|
||||||
|
pwd
|
||||||
|
pause
|
||||||
|
|
||||||
|
|
||||||
# Clone the repository
|
# Clone the repository
|
||||||
if [ -d "lollms-webui" ]; then
|
if [ -d "lollms-webui" ]; then
|
||||||
cd lollms-webui || exit 1
|
cd lollms-webui || exit 1
|
||||||
git pull
|
git pull
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
cd
|
|
||||||
cd lollms-core
|
cd lollms-core
|
||||||
pip install -e .
|
pip install -e .
|
||||||
cd ..
|
cd ..
|
||||||
@ -108,14 +111,22 @@ if [ -d "lollms-webui" ]; then
|
|||||||
else
|
else
|
||||||
git clone --depth 1 --recurse-submodules "$REPO_URL"
|
git clone --depth 1 --recurse-submodules "$REPO_URL"
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
pwd
|
||||||
|
pause
|
||||||
cd lollms-webui/lollms_core
|
cd lollms-webui/lollms_core
|
||||||
|
pwd
|
||||||
|
pause
|
||||||
pip install -e .
|
pip install -e .
|
||||||
|
pwd
|
||||||
|
pause
|
||||||
cd ..
|
cd ..
|
||||||
cd utilities/safe_store
|
cd utilities/safe_store
|
||||||
|
pwd
|
||||||
|
pause
|
||||||
pip install -e .
|
pip install -e .
|
||||||
cd ../..
|
cd ../..
|
||||||
|
pwd
|
||||||
cd lollms-webui || exit 1
|
pause
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Loop through each "git+" requirement and uninstall it (workaround for inconsistent git package updating)
|
# Loop through each "git+" requirement and uninstall it (workaround for inconsistent git package updating)
|
||||||
|
@ -115,7 +115,6 @@ if [ -d "lollms-webui" ]; then
|
|||||||
cd lollms-webui || exit 1
|
cd lollms-webui || exit 1
|
||||||
git pull
|
git pull
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
cd
|
|
||||||
cd lollms-core
|
cd lollms-core
|
||||||
pip install -e .
|
pip install -e .
|
||||||
cd ..
|
cd ..
|
||||||
|
13
scripts/python/lollms_installer/frontend/dist/assets/index-Y2w-DnAU.js
vendored
Normal file
13
scripts/python/lollms_installer/frontend/dist/assets/index-Y2w-DnAU.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
scripts/python/lollms_installer/frontend/dist/assets/index-tsveoIuX.css
vendored
Normal file
1
scripts/python/lollms_installer/frontend/dist/assets/index-tsveoIuX.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
scripts/python/lollms_installer/frontend/dist/assets/logo-VYB8PrVU.png
vendored
Normal file
BIN
scripts/python/lollms_installer/frontend/dist/assets/logo-VYB8PrVU.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 459 KiB |
Loading…
x
Reference in New Issue
Block a user