mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-04-06 22:37:12 +08:00
comment prepare input
Signed-off-by: Sage Moore <sage@neuralmagic.com>
This commit is contained in:
parent
065816d25f
commit
6645882e95
@ -67,18 +67,18 @@ def _dump_engine_exception(config: VllmConfig,
|
||||
scheduler_stats: Optional[SchedulerStats]):
|
||||
logger.error("Dumping input data")
|
||||
|
||||
# logger.error(
|
||||
# "V1 LLM engine (v%s) with config: %s, ",
|
||||
# VLLM_VERSION,
|
||||
# config,
|
||||
# )
|
||||
logger.error(
|
||||
"V1 LLM engine (v%s) with config: %s, ",
|
||||
VLLM_VERSION,
|
||||
config,
|
||||
)
|
||||
|
||||
# try:
|
||||
# dump_obj = prepare_object_to_dump(scheduler_output)
|
||||
# logger.error("Dumping scheduler output for model execution:")
|
||||
# logger.error(dump_obj)
|
||||
# if scheduler_stats:
|
||||
# logger.error(scheduler_stats)
|
||||
# except BaseException as exception:
|
||||
# logger.error("Error preparing object to dump")
|
||||
# logger.error(repr(exception))
|
||||
try:
|
||||
dump_obj = prepare_object_to_dump(scheduler_output)
|
||||
logger.error("Dumping scheduler output for model execution:")
|
||||
logger.error(dump_obj)
|
||||
if scheduler_stats:
|
||||
logger.error(scheduler_stats)
|
||||
except BaseException as exception:
|
||||
logger.error("Error preparing object to dump")
|
||||
logger.error(repr(exception))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user