Rename a file, add deprecation warning for --load-in-4bit
This commit is contained in:
@@ -89,7 +89,7 @@ def load_model(model_name):
|
||||
|
||||
# Quantized model
|
||||
elif shared.args.gptq_bits > 0:
|
||||
from modules.quant_loader import load_quantized
|
||||
from modules.GPTQ_loader import load_quantized
|
||||
|
||||
model = load_quantized(model_name)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user