mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-23 14:22:22 +00:00
Merge branch 'main' of https://github.com/nomic-ai/gpt4all-ui
This commit is contained in:
commit
4c3d114d36
@ -140,13 +140,13 @@ python -m pip install -r requirements.txt --upgrade
|
||||
if [[ -e "../linux_run.sh" ]]; then
|
||||
echo "Linux run found"
|
||||
else
|
||||
cp linux_run.sh ../
|
||||
cp scripts/linux_run.sh ../
|
||||
fi
|
||||
|
||||
if [[ -e "../linux_update.sh" ]]; then
|
||||
echo "Linux update found"
|
||||
else
|
||||
cp linux_update.sh ../
|
||||
cp scripts/linux_update.sh ../
|
||||
fi
|
||||
|
||||
if [[ "${gpuchoice^^}" == "C" ]]; then
|
||||
@ -168,4 +168,4 @@ PrintBigMessage() {
|
||||
|
||||
PrintBigMessage "$@"
|
||||
|
||||
exit 0
|
||||
exit 0
|
||||
|
@ -122,13 +122,13 @@ call python -m pip install -r requirements.txt --upgrade
|
||||
if exist ..\win_run.bat (
|
||||
echo Win run found
|
||||
) else (
|
||||
copy win_run.bat ..\
|
||||
copy scripts/win_run.bat ..\
|
||||
)
|
||||
|
||||
if exist ..\win_update.bat (
|
||||
echo Win update found
|
||||
) else (
|
||||
copy win_update.bat ..\
|
||||
copy scripts/win_update.bat ..\
|
||||
)
|
||||
|
||||
setlocal enabledelayedexpansion
|
||||
@ -192,4 +192,4 @@ rem Clean up the downloaded installer
|
||||
del "%outputFile%"
|
||||
|
||||
echo Installation complete.
|
||||
pause
|
||||
pause
|
||||
|
Loading…
Reference in New Issue
Block a user