major model load refactor

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2024-10-26 13:22:29 -04:00
parent dbb9ba0890
commit 6760632f38
23 changed files with 705 additions and 667 deletions
+2
View File
@@ -23,6 +23,7 @@ def load_bnb(msg='', silent=False):
bnb = None
if not silent:
raise
return None
def load_quanto(msg='', silent=False):
@@ -42,6 +43,7 @@ def load_quanto(msg='', silent=False):
quanto = None
if not silent:
raise
return None
def get_quant(name):