Enable Colab Mode in Colab

Now that we are ready to upstream we can safely enable the intended colab mode without breaking the old version.
This commit is contained in:
henk717 2022-02-06 11:52:55 +01:00
parent 91f3f25f4d
commit 040455b100
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ function launch
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
python3 aiserver.py$model$kmpath$configname$ngrok --colab
exit
fi
}