From c72c0d00526c315bb70d93505e680f375f7e8954 Mon Sep 17 00:00:00 2001 From: Henk Date: Wed, 5 Jul 2023 03:17:00 +0200 Subject: [PATCH] Pin United branch properly --- colabkobold.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/colabkobold.sh b/colabkobold.sh index 4cc53d68..460cda47 100644 --- a/colabkobold.sh +++ b/colabkobold.sh @@ -117,9 +117,11 @@ if [ "$init" != "skip" ]; then fi if [ "$git" == "United" ]; then git=https://github.com/henk717/KoboldAI-Client + branch=b603690e4cc3dff7491cbc2fd0b445a18b7b88d4 fi if [ "$git" == "united" ]; then git=https://github.com/henk717/KoboldAI-Client + branch=b603690e4cc3dff7491cbc2fd0b445a18b7b88d4 fi else git=https://github.com/koboldai/KoboldAI-Client