vllm.benchmarks.sweep.plot ¶
Classes:
PlotBinner dataclass ¶
Methods:
-
apply–Applies this binner to a DataFrame.
Source code in vllm/benchmarks/sweep/plot.py
PlotFilterBase dataclass ¶
Bases: ABC
Methods:
-
apply–Applies this filter to a DataFrame.
Source code in vllm/benchmarks/sweep/plot.py
_convert_inf_nan_strings(data) ¶
Convert string values "inf", "-inf", and "nan" to their float equivalents.
This handles the case where JSON serialization represents inf/nan as strings.