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

Commit 1c4dd3b

Browse files
authored
Merge branch 'main' into patch-43
2 parents 396dfa7 + f810de3 commit 1c4dd3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchchat/cli/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ def arg_init(args):
549549
precision_handler = args.quantize.get("precision", None)
550550
if precision_handler:
551551
if precision_handler["dtype"] != args.dtype:
552-
print('overriding json-specified dtype {precision_handler["dtype"]} with cli dtype {args.dtype}')
552+
print(f'overriding json-specified dtype {precision_handler["dtype"]} with cli dtype {args.dtype}')
553553
precision_handler["dtype"] = args.dtype
554554

555555
if getattr(args, "output_pte_path", None):

0 commit comments

Comments
 (0)