upgraded scripts

This commit is contained in:
Saifeddine ALOUI 2024-03-23 20:14:26 +01:00
parent 5b2be19f69
commit fe88ec9617
4 changed files with 4 additions and 4 deletions

View File

@ -149,7 +149,7 @@ fi
# python main.py
# cd ..
echo "Creating a bin dir (required for llamacpp binding)"
mkdir ../installer_files/lollms_env/bin
mkdir -p $INSTALL_ENV_DIR/bin
PrintBigMessage() {

View File

@ -149,7 +149,7 @@ fi
# python main.py
# cd ..
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

View File

@ -173,7 +173,7 @@ fi
# cd ..
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"

View File

@ -173,7 +173,7 @@ fi
# cd ..
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