mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-09 02:34:56 +08:00
Lower sevarity of log when model info cache misses due to exception (#26917)
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
parent
828523ad8e
commit
d3cbaa08dc
@ -581,7 +581,7 @@ class _LazyRegisteredModel(_BaseRegisteredModel):
|
||||
# file not changed, use cached _ModelInfo properties
|
||||
return _ModelInfo(**mi_dict["modelinfo"])
|
||||
except Exception:
|
||||
logger.exception(
|
||||
logger.debug(
|
||||
("Cached model info for class %s.%s error. "),
|
||||
self.module_name,
|
||||
self.class_name,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user