Revision Fixes

This commit is contained in:
Henk
2023-01-24 13:21:34 +01:00
parent 1fd2ab328c
commit c562c6380a

View File

@@ -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
}