From 23cd2361dab0c5896471f66a7842283ddbbc7570 Mon Sep 17 00:00:00 2001 From: Henk Date: Tue, 24 Jan 2023 13:53:33 +0100 Subject: [PATCH] Revision Fixes --- colabkobold.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colabkobold.sh b/colabkobold.sh index 13ee28e9..d8e6f1c4 100644 --- a/colabkobold.sh +++ b/colabkobold.sh @@ -2,7 +2,7 @@ # KoboldAI Easy Colab Deployment Script by Henk717 # read the options -TEMP=`getopt -o m:i:p:c:d:x:a:l:z:g:t:n:b:s: --long model:,init:,path:,configname:,download:,aria2:,dloc:,xloc:,7z:,git:,tar:,ngrok:,branch:,savemodel:,localtunnel:,lt: -- "$@"` +TEMP=`getopt -o m:i:p:c:d:x:a:l:z:g:t:n:b:s:r: --long model:,init:,path:,configname:,download:,aria2:,dloc:,xloc:,7z:,git:,tar:,ngrok:,branch:,savemodel:,localtunnel:,lt:,revision: -- "$@"` eval set -- "$TEMP" # extract options and their arguments into variables.