We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 384a728 commit f810de3Copy full SHA for f810de3
torchchat/cli/cli.py
@@ -549,7 +549,7 @@ def arg_init(args):
549
precision_handler = args.quantize.get("precision", None)
550
if precision_handler:
551
if precision_handler["dtype"] != args.dtype:
552
- print('overriding json-specified dtype {precision_handler["dtype"]} with cli dtype {args.dtype}')
+ print(f'overriding json-specified dtype {precision_handler["dtype"]} with cli dtype {args.dtype}')
553
precision_handler["dtype"] = args.dtype
554
555
if getattr(args, "output_pte_path", None):
0 commit comments