mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-01-24 14:12:04 +01:00
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:
parent
91f3f25f4d
commit
040455b100
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user