fixed error in install scripts

This commit is contained in:
Saifeddine ALOUI
2023-10-20 19:26:20 +02:00
parent 912f696e31
commit 78f6b744d5
3 changed files with 8 additions and 4 deletions

View File

@ -140,13 +140,15 @@ cd ../models_zoo
git checkout main
cd ../..
cd ../lollms_core
cd lollms_core
git checkout main
cd ../utilities/safe_store
git checkout main
cd ../..
# Loop through each "git+" requirement and uninstall it (workaround for inconsistent git package updating)
while IFS= read -r requirement; do
if echo "$requirement" | grep -q "git+"; then