Remove --colab for now

This broke compatibility with the old colab's, will be restored during upstreaming
This commit is contained in:
henk717 2022-01-16 05:25:52 +01:00 committed by GitHub
parent f8f60bc6b8
commit f44e039002
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,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 --colab
python3 aiserver.py$model$kmpath$configname$ngrok --remote --override_delete --override_rename
exit
fi
}