Tidy logging statement

这个提交包含在:
Craig Warren
2022-11-29 09:07:32 +00:00
父节点 35c52c3018
当前提交 78df7db25b

查看文件

@@ -162,7 +162,7 @@ class ModelBuildRun:
f'~{humanize.naturalsize(config.get_model_config().mem_overhead)} '
f'overhead = {humanize.naturalsize(total_mem_build)}')
else:
logger.info(f'Memory required (estimated): {" + ".join(mem_strs_run)} + '
logger.info(f'\nMemory required (estimated): {" + ".join(mem_strs_run)} + '
f'~{humanize.naturalsize(config.get_model_config().mem_overhead)} '
f'overhead = {humanize.naturalsize(total_mem_run)}')