mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Fix non-tuple return from gptq function
This commit is contained in:
@@ -44,7 +44,7 @@ def load_model_gptq_settings(path):
|
|||||||
try:
|
try:
|
||||||
js = json.load(open(path + "/config.json", "r"))
|
js = json.load(open(path + "/config.json", "r"))
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
return False
|
return False, False
|
||||||
|
|
||||||
gptq_model = False
|
gptq_model = False
|
||||||
gptq_file = False
|
gptq_file = False
|
||||||
|
Reference in New Issue
Block a user