Update colabkobold.sh

This commit is contained in:
henk717 2022-01-11 14:12:05 +01:00 committed by GitHub
parent b5c3a6c016
commit 4cd09d0385
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ function launch
exit 0
else
cd /content/KoboldAI-Client
python3 aiserver.py$model$path$configname$ngrok --remote --override_delete --override_rename
python3 aiserver.py$model$mpath$configname$ngrok --remote --override_delete --override_rename
exit
fi
}