From 7ffdf37c626809264930d3ad285bb42863e9d5f0 Mon Sep 17 00:00:00 2001 From: Henk Date: Tue, 24 Jan 2023 13:12:43 +0100 Subject: [PATCH] CKDS Revision Support To enable Pygmalion Dev in the notebooks --- colabkobold.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/colabkobold.sh b/colabkobold.sh index 799a6d9c..199dca19 100644 --- a/colabkobold.sh +++ b/colabkobold.sh @@ -10,6 +10,8 @@ while true ; do case "$1" in -m|--model) model=" --model $2" ; shift 2 ;; + -r|--revision) + revision=" --revision $2" ; shift 2 ;; -i|--init) init=$2 ; shift 2 ;; -p|--path)