mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
CKDS Revision Support
To enable Pygmalion Dev in the notebooks
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user