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:
parent
930a7d0444
commit
be77732419
|
@ -46,6 +46,7 @@ function launch
|
||||||
exit 0
|
exit 0
|
||||||
else
|
else
|
||||||
cd /content/KoboldAI-Client
|
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
|
python3 aiserver.py$model$kmpath$configname$ngrok --remote --override_delete --override_rename
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
@ -77,6 +78,7 @@ fi
|
||||||
if [[ -v mpath ]];then
|
if [[ -v mpath ]];then
|
||||||
mpath="$xloc$mpath"
|
mpath="$xloc$mpath"
|
||||||
kmpath=" --path $mpath"
|
kmpath=" --path $mpath"
|
||||||
|
echo $mpath
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Create Folder Structure and Install KoboldAI
|
# Create Folder Structure and Install KoboldAI
|
||||||
|
|
Loading…
Reference in New Issue