Remove smoke wording from tests and comments (#23355)

This commit is contained in:
Xiaoyu Zhang
2026-04-28 12:05:27 +08:00
committed by GitHub
parent 1a55646dcd
commit 6fbad22feb
12 changed files with 17 additions and 17 deletions
@@ -276,7 +276,7 @@ python3 -m sglang.auto_benchmark validate \
- Tier 1
- Fastest and smallest sweep.
- Best for smoke tests, config validation, and quickly checking whether a model can run at all.
- Best for quick checks, config validation, and confirming whether a model can run at all.
- Uses a very small subset of the search space and mainly does one-at-a-time changes on top of the baseline.
- Lowest search cost, but also the easiest to miss a better configuration.
- Tier 2