Convert SamplingParams to msgspec Struct (#29198)

Co-authored-by: Rain Jiang <96632942+rainj-me@users.noreply.github.com>
This commit is contained in:
Lianmin Zheng
2026-06-24 13:42:45 -07:00
committed by GitHub
co-authored by Rain Jiang
parent d5e9176f65
commit fd87a85388
3 changed files with 158 additions and 58 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ _TARGET_BACKENDS = {HWBackend.CUDA, HWBackend.CPU}
# base-a is the critical-path entry gate; pin its fanout to smoke-coverage
# defaults instead of est_time. max_parallel = size (no throttle).
_BASE_A_OVERRIDES = {
"base-a-test-cpu": 4,
"base-a-test-cpu": 8,
"base-a-test-1-gpu-small": 1,
}