mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-06-19 07:48:07 +00:00
upgraded scripts
This commit is contained in:
@ -149,7 +149,7 @@ fi
|
|||||||
# python main.py
|
# python main.py
|
||||||
# cd ..
|
# cd ..
|
||||||
echo "Creating a bin dir (required for llamacpp binding)"
|
echo "Creating a bin dir (required for llamacpp binding)"
|
||||||
mkdir ../installer_files/lollms_env/bin
|
mkdir -p $INSTALL_ENV_DIR/bin
|
||||||
|
|
||||||
|
|
||||||
PrintBigMessage() {
|
PrintBigMessage() {
|
||||||
|
@ -149,7 +149,7 @@ fi
|
|||||||
# python main.py
|
# python main.py
|
||||||
# cd ..
|
# cd ..
|
||||||
echo "Creating a bin dir (required for llamacpp binding)"
|
echo "Creating a bin dir (required for llamacpp binding)"
|
||||||
mkdir ../installer_files/lollms_env/bin
|
mkdir -p $INSTALL_ENV_DIR/bin
|
||||||
|
|
||||||
python zoos/bindings_zoo/bs_exllamav2/__init__.py
|
python zoos/bindings_zoo/bs_exllamav2/__init__.py
|
||||||
|
|
||||||
|
@ -173,7 +173,7 @@ fi
|
|||||||
# cd ..
|
# cd ..
|
||||||
|
|
||||||
echo "Creating a bin dir (required for llamacpp binding)"
|
echo "Creating a bin dir (required for llamacpp binding)"
|
||||||
mkdir ../installer_files/lollms_env/bin
|
mkdir -p $INSTALL_ENV_DIR/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"
|
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"
|
||||||
|
|
||||||
|
@ -173,7 +173,7 @@ fi
|
|||||||
# cd ..
|
# cd ..
|
||||||
|
|
||||||
echo "Creating a bin dir (required for llamacpp binding)"
|
echo "Creating a bin dir (required for llamacpp binding)"
|
||||||
mkdir ../installer_files/lollms_env/bin
|
mkdir -p $INSTALL_ENV_DIR/bin
|
||||||
|
|
||||||
python zoos/bindings_zoo/bs_exllamav2/__init__.py
|
python zoos/bindings_zoo/bs_exllamav2/__init__.py
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user