mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-04-13 05:42:59 +00:00
Merge pull request #507 from krim404/main
MacOS Installer Script - wrong path and command
This commit is contained in:
commit
2608518919
@ -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