mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-29 15:44:12 +00:00
fixed some minor bugs
Path was one step too far in and pause is not a valid command on osx
This commit is contained in:
parent
d5fed9d6db
commit
091affd7f1
@ -133,7 +133,7 @@ else
|
||||
cd ..
|
||||
cd utilities/safe_store
|
||||
pip install -e .
|
||||
cd ../..
|
||||
cd ../../..
|
||||
|
||||
cd lollms-webui || exit 1
|
||||
fi
|
||||
@ -176,7 +176,6 @@ echo "Creating a bin dir (required for llamacpp binding)"
|
||||
mkdir ../installer_files/lollms_env/bin
|
||||
|
||||
echo "Don't forget to select Apple silicon (if you are using M1, M2, M3) or apple intel (if you use old intel mac) in the settings before installing any binding"
|
||||
pause
|
||||
|
||||
PrintBigMessage() {
|
||||
echo
|
||||
|
Loading…
x
Reference in New Issue
Block a user