mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-21 23:57:58 +01:00
Fix typo
This commit is contained in:
parent
c8207d474f
commit
1c075d8d21
@ -65,7 +65,7 @@ def load_quantized(model_name):
|
||||
model_type = shared.args.model_type.lower()
|
||||
|
||||
if model_type == 'llama' and shared.args.pre_layer:
|
||||
oad_quant = llama_inference_offload.load_quant
|
||||
load_quant = llama_inference_offload.load_quant
|
||||
elif model_type in ('llama', 'opt', 'gptj'):
|
||||
load_quant = _load_quant
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user