mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-02-03 10:57:35 +01:00
Update colabkobold.sh
This commit is contained in:
parent
bc3141b2e6
commit
e69c76c397
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user