Skip to content

Commit

Permalink
Fix backend option
Browse files Browse the repository at this point in the history
  • Loading branch information
henk717 committed Sep 11, 2023
1 parent 96bc084 commit 83ac6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colabkobold.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:r: --long model:,init:,path:,configname:,download:,aria2:,dloc:,xloc:,7z:,git:,tar:,ngrok:,branch:,savemodel:,localtunnel:,lt:,revision: -- "$@"`
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:,backend: -- "$@"`
eval set -- "$TEMP"

# extract options and their arguments into variables.
Expand Down

0 comments on commit 83ac6ce

Please sign in to comment.