Convert SamplingParams to msgspec Struct (#29198)
Co-authored-by: Rain Jiang <96632942+rainj-me@users.noreply.github.com>
This commit is contained in:
co-authored by
Rain Jiang
parent
d5e9176f65
commit
fd87a85388
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user