Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit a44d22b

Browse files
committed
Remove missed arg
1 parent aa3eb82 commit a44d22b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchchat/cli/builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ def _initialize_model(
532532
# ), "quantize not valid for exported PTE model. Specify quantization during export."
533533

534534
with measure_time("Time to load model: {time:.02f} seconds"):
535-
model = _load_model(builder_args, only_config=True)
535+
model = _load_model(builder_args)
536536
device_sync(device=builder_args.device)
537537

538538
try:

0 commit comments

Comments
 (0)