No longer uses --colab_tpu

This commit is contained in:
henk717 2022-03-05 19:58:24 +01:00
parent 935c7e5786
commit 3a5793c815
1 changed files with 2 additions and 4 deletions

View File

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