mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Added in model backend to the command line arguments
This commit is contained in:
@@ -178,6 +178,8 @@ class InferenceModel:
|
||||
return {}
|
||||
|
||||
def set_input_parameters(self, parameters):
|
||||
for parameter in parameters:
|
||||
setattr(self, parameter, parameters[parameter])
|
||||
return
|
||||
|
||||
def load(self, save_model: bool = False, initial_load: bool = False) -> None:
|
||||
|
Reference in New Issue
Block a user