No longer uses --colab_tpu

This commit is contained in:
henk717 2022-03-05 19:58:24 +01:00
parent 935c7e5786
commit 3a5793c815

View File

@ -48,8 +48,8 @@ function launch
exit 0 exit 0
else else
cd /content/KoboldAI-Client cd /content/KoboldAI-Client
echo "Launching KoboldAI with the following options : python3 aiserver.py$model$kmpath$configname$ngrok$colab" echo "Launching KoboldAI with the following options : python3 aiserver.py$model$kmpath$configname$ngrok --colab"
python3 aiserver.py$model$kmpath$configname$ngrok$colab python3 aiserver.py$model$kmpath$configname$ngrok --colab
exit exit
fi fi
} }
@ -153,10 +153,8 @@ if [ "$init" != "skip" ]; then
if [ -n "${COLAB_TPU_ADDR+set}" ]; then if [ -n "${COLAB_TPU_ADDR+set}" ]; then
pip install -r requirements_mtj.txt pip install -r requirements_mtj.txt
colab=" --colab --colab_tpu"
else else
pip install -r requirements.txt pip install -r requirements.txt
colab=" --colab"
fi fi
# Make sure Colab has netbase # Make sure Colab has netbase