[Minor] Improve code style (#2419)

This commit is contained in:
Lianmin Zheng
2024-12-09 03:05:59 -08:00
committed by GitHub
parent 835f8afc77
commit 0ce091a82d
4 changed files with 12 additions and 12 deletions

View File

@@ -114,7 +114,7 @@ class ModelRunner:
server_args.chunked_prefill_size = -1
self.mem_fraction_static *= 0.95
logger.info(
f"Automatically reduce --mem-fraction-static to {self.mem_fraction_static} "
f"Automatically reduce --mem-fraction-static to {self.mem_fraction_static:.3f} "
f"and turn off chunked prefill "
f"because this is a multimodal model."
)