Merge pull request #507 from krim404/main

MacOS Installer Script - wrong path and command
This commit is contained in:
Saifeddine ALOUI 2024-03-09 20:53:00 +01:00 committed by GitHub
commit 2608518919
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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