Skip to content

Commit 9cce48d

Browse files
authored
Fix export llava (#10947)
1 parent 851b373 commit 9cce48d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/models/llava/export_llava.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def forward(self, input_pos, embeddings):
111111
quantization_mode=args.quantization_mode,
112112
group_size=args.group_size,
113113
computation_dtype=dtype_override,
114-
checkpoint_path=args.checkpoint_path,
114+
checkpoint_path=args.checkpoint,
115115
tokenizer_path=args.tokenizer_path,
116116
calibration_tasks=args.calibration_tasks,
117117
calibration_limit=args.calibration_limit,

0 commit comments

Comments
 (0)