vllm.benchmarks.sweep.sla_sweep ¶
SLA_EPS module-attribute ¶
Offset used to differentiate margins for equality checks.
SLACriterionBase dataclass ¶
Bases: ABC
Source code in vllm/benchmarks/sweep/sla_sweep.py
compute_margin abstractmethod ¶
Return a negative value or 0 if this criterion is met; otherwise a positive value indicating the distance to the target.