mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Make sure vars.revision
is defined
This commit is contained in:
@ -806,6 +806,7 @@ else:
|
|||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
vars.model = args.model;
|
vars.model = args.model;
|
||||||
|
vars.revision = args.revision
|
||||||
|
|
||||||
if args.colab:
|
if args.colab:
|
||||||
args.remote = True;
|
args.remote = True;
|
||||||
|
Reference in New Issue
Block a user