mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-06-16 14:28:08 +00:00
fixed some bugs
This commit is contained in:
@ -92,9 +92,6 @@ 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
|
||||||
@ -111,22 +108,12 @@ 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
|
|
||||||
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)
|
||||||
|
Reference in New Issue
Block a user