mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
Fix incorrect conversion. (#4112)
Signed-off-by: Frank Di Natale <3429989+FrankD412@users.noreply.github.com>
This commit is contained in:
parent
48ed38a2ac
commit
57afbf6b79
@ -373,7 +373,7 @@ class ReportUtility:
|
||||
"gen_tps_percentiles":
|
||||
self.statistics.generation_tp_percentiles.model_dump(
|
||||
exclude_none=True, by_alias=True, mode='json') | {
|
||||
k: self.convert_to_ms(v)
|
||||
k: self.convert_rate_to_s(v)
|
||||
for k, v in self.statistics.generation_tp_percentiles.
|
||||
model_dump().items()
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user