vllm.benchmarks.sweep.plot ¶
PlotBinner dataclass ¶
Source code in vllm/benchmarks/sweep/plot.py
apply ¶
PlotFilterBase dataclass ¶
Bases: ABC
Source code in vllm/benchmarks/sweep/plot.py
_convert_inf_nan_strings ¶
Convert string values "inf", "-inf", and "nan" to their float equivalents.
This handles the case where JSON serialization represents inf/nan as strings.