Update colabkobold.sh

This commit is contained in:
henk717 2022-01-17 05:22:29 +01:00 committed by GitHub
parent bc3141b2e6
commit e69c76c397
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -89,12 +89,15 @@ if [ "$init" != "skip" ]; then
else
cd /content
if [ ! -z ${git+x} ]; then
if [ "$git" == "Stable" ]; then
if [ "$git" == "Official" ]; then
git clone https://github.com/koboldai/KoboldAI-Client
fi
if [ "$git" == "United" ]; then
git clone https://github.com/henk717/KoboldAI-Client
fi
if [ "$git" == "united" ]; then
git clone https://github.com/henk717/KoboldAI-Client
fi
git clone $git
else
git clone https://github.com/koboldai/KoboldAI-Client