Skip to content

Commit 8372c95

Browse files
authored
Update merge_lora_params.py
1 parent 92aa9f1 commit 8372c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llm/merge_lora_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def merge():
125125
model = AutoModelForCausalLM.from_pretrained(
126126
lora_config.base_model_name_or_path,
127127
config=config,
128-
low_cpu_mem_usage=True,
128+
low_cpu_mem_usage=False,
129129
)
130130
lora_config.merge_weights = True
131131
model = LoRAModel.from_pretrained(model=model, lora_path=args.lora_path, lora_config=lora_config)

0 commit comments

Comments
 (0)