Skip to content

Commit

Permalink
use updated load_quantized
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerogoki00 committed Mar 13, 2023
1 parent a6a6522 commit 8778b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.lower())
model = load_quantized(model_name)

# Custom
else:
Expand Down

0 comments on commit 8778b75

Please sign in to comment.