Skip to content

Commit

Permalink
tiny fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hiyouga committed Mar 14, 2024
1 parent 3b4a59b commit 6ebde4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/llmtuner/train/tuner.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def run_exp(args: Optional[Dict[str, Any]] = None, callbacks: Optional[List["Tra

def export_model(args: Optional[Dict[str, Any]] = None):
model_args, data_args, finetuning_args, _ = get_infer_args(args)
model_args.low_cpu_mem_usage = False

if model_args.export_dir is None:
raise ValueError("Please specify `export_dir` to save model.")
Expand Down

0 comments on commit 6ebde4f

Please sign in to comment.