[Misc] improve warning/assert messages (#32226)

Signed-off-by: cjackal <44624812+cjackal@users.noreply.github.com>
This commit is contained in:
cjackal
2026-01-13 12:11:23 +09:00
committed by GitHub
parent c6bb5b5603
commit 15b33ff064
6 changed files with 19 additions and 19 deletions

View File

@@ -1494,7 +1494,7 @@ class ModelConfig:
if self.runner_type != "pooling" and head_dtype != self.dtype:
logger.warning_once(
"`head_dtype` currently only supports pooling models."
"`head_dtype` currently only supports pooling models, "
"fallback to model dtype [%s].",
self.dtype,
)