Adding debuggers

Allows me to find out why it is no longer adding the path (Sorry for testing so much on the dev branch, i need the colab's to pick it up for my tests)
This commit is contained in:
henk717 2022-01-11 14:23:05 +01:00 committed by GitHub
parent 930a7d0444
commit be77732419
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,7 @@ function launch
exit 0
else
cd /content/KoboldAI-Client
echo "Launching KoboldAI with the following options : python3 aiserver.py$model$kmpath$configname$ngrok --remote --override_delete --override_rename"
python3 aiserver.py$model$kmpath$configname$ngrok --remote --override_delete --override_rename
exit
fi
@ -77,6 +78,7 @@ fi
if [[ -v mpath ]];then
mpath="$xloc$mpath"
kmpath=" --path $mpath"
echo $mpath
fi
# Create Folder Structure and Install KoboldAI