make argument non case-sensitive
This commit is contained in:
parent
b746250b2f
commit
e1c952c41c
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ def load_model(model_name):
|
|||
elif shared.args.gptq_bits > 0:
|
||||
from modules.quant_loader import load_quantized
|
||||
|
||||
model = load_quantized(model_name, shared.args.gptq_model_type)
|
||||
model = load_quantized(model_name, shared.args.gptq_model_type.lower())
|
||||
|
||||
# Custom
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue