mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Backends: Fix GPTQ priority
This commit is contained in:
@@ -631,8 +631,8 @@ model_backend_module_names = {}
|
|||||||
model_backend_type_crosswalk = {}
|
model_backend_type_crosswalk = {}
|
||||||
|
|
||||||
PRIORITIZED_BACKEND_MODULES = {
|
PRIORITIZED_BACKEND_MODULES = {
|
||||||
"gptq_hf_torch": 1,
|
"gptq_hf_torch": 2,
|
||||||
"generic_hf_torch": 2
|
"generic_hf_torch": 1
|
||||||
}
|
}
|
||||||
|
|
||||||
for module in os.listdir("./modeling/inference_models"):
|
for module in os.listdir("./modeling/inference_models"):
|
||||||
|
Reference in New Issue
Block a user