diff --git a/colabkobold.sh b/colabkobold.sh index 199dca19..13ee28e9 100644 --- a/colabkobold.sh +++ b/colabkobold.sh @@ -54,8 +54,8 @@ function launch exit 0 else cd /content/KoboldAI-Client - echo "Launching KoboldAI with the following options : python3 aiserver.py$model$kmpath$configname$ngrok$localtunnel$savemodel --colab" - python3 aiserver.py$model$kmpath$configname$ngrok$localtunnel$savemodel --colab + echo "Launching KoboldAI with the following options : python3 aiserver.py$model$kmpath$configname$ngrok$localtunnel$savemodel$revision --colab" + python3 aiserver.py$model$kmpath$configname$ngrok$localtunnel$savemodel$revision --colab exit fi }