CKDS Revision Support

To enable Pygmalion Dev in the notebooks
This commit is contained in:
Henk
2023-01-24 13:12:43 +01:00
parent 9455a6f4f1
commit 7ffdf37c62

View File

@@ -10,6 +10,8 @@ while true ; do
case "$1" in case "$1" in
-m|--model) -m|--model)
model=" --model $2" ; shift 2 ;; model=" --model $2" ; shift 2 ;;
-r|--revision)
revision=" --revision $2" ; shift 2 ;;
-i|--init) -i|--init)
init=$2 ; shift 2 ;; init=$2 ; shift 2 ;;
-p|--path) -p|--path)