[Misc] Remove outdated init protocols (#10655)

Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
Cyrus Leung
2024-11-26 14:55:00 +08:00
committed by GitHub
parent 9a88f89799
commit 940635343a
2 changed files with 1 additions and 31 deletions

View File

@@ -71,7 +71,7 @@ def _check_vllm_model_forward(model: Union[Type[object], object]) -> bool:
and issubclass(model, nn.Module)):
logger.warning(
"The model (%s) is missing "
"vLLM-specific keywords from its initializer: %s",
"vLLM-specific keywords from its `forward` method: %s",
model,
missing_kws,
)