mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-01-01 21:05:30 +08:00
[Bugfix] Fix missing placeholder in logger debug (#21280)
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
parent
940af1f03a
commit
378d33c392
@ -42,7 +42,7 @@ def adapt_config_dict(config_dict: dict[str, Any],
|
||||
|
||||
config = PretrainedConfig.from_dict(config_dict)
|
||||
|
||||
logger.debug("Initialized config", config)
|
||||
logger.debug("Initialized config %s", config)
|
||||
|
||||
return config
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user