Skip to content

Commit 57a411d

Browse files
committed
fixup! fixup! convert.py: named instance logging
convert.py: add a newline
1 parent 4d62821 commit 57a411d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

convert.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1519,6 +1519,7 @@ def main(args_in: list[str] | None = None) -> None:
15191519
"f16": GGMLFileType.MostlyF16,
15201520
"q8_0": GGMLFileType.MostlyQ8_0,
15211521
}[args.outtype]
1522+
15221523
logging.info(f"params = {params}")
15231524

15241525
model_parent_path = model_plus.paths[0].parent

0 commit comments

Comments
 (0)