mirror of
https://github.com/ParisNeo/lollms.git
synced 2024-12-19 20:57:58 +00:00
gpu
This commit is contained in:
parent
80fa29718a
commit
03a131a14d
@ -1 +1 @@
|
||||
Subproject commit 6ccb39333feec960d20846dd96ef3df798697bc5
|
||||
Subproject commit 2b82e39786d4742ece751576a5081d943f186397
|
@ -381,6 +381,8 @@ Participating personalities:
|
||||
except Exception as ex:
|
||||
print(ex)
|
||||
print(f"Couldn't find binding. Please verify your configuration file at {self.configuration_path} or use the next menu to select a valid binding")
|
||||
print(f"Trying to reinstall binding")
|
||||
self.binding_class = BindingBuilder().build_binding(self.lollms_paths.bindings_zoo_path, self.config,force_reinstall=True)
|
||||
self.menu.select_binding()
|
||||
|
||||
def load_model(self):
|
||||
|
@ -58,6 +58,8 @@ class LoLLMsServer:
|
||||
except Exception as ex:
|
||||
print(ex)
|
||||
print(f"Couldn't find binding. Please verify your configuration file at {self.config.file_path} or use the next menu to select a valid binding")
|
||||
print(f"Trying to reinstall binding")
|
||||
self.binding_class = BindingBuilder().build_binding(self.lollms_paths.bindings_zoo_path, self.config,force_reinstall=True)
|
||||
self.menu.select_binding()
|
||||
|
||||
def load_model(self):
|
||||
|
@ -153,6 +153,8 @@ Participating personalities:
|
||||
except Exception as ex:
|
||||
print(ex)
|
||||
print(f"Couldn't find binding. Please verify your configuration file at {self.cfg_path} or use the next menu to select a valid binding")
|
||||
print(f"Trying to reinstall binding")
|
||||
self.binding_class = BindingBuilder().build_binding(self.lollms_paths.bindings_zoo_path, self.config,force_reinstall=True)
|
||||
self.menu.select_binding()
|
||||
|
||||
def load_model(self):
|
||||
|
Loading…
Reference in New Issue
Block a user