[UnifiedTree][CI]: Reduce HiCache PP KL test concurrency to avoid decode OOM (#27483)

This commit is contained in:
Zhangheng
2026-06-07 17:12:42 +08:00
committed by GitHub
parent eab2e02fa0
commit a39c428d3f
@@ -32,7 +32,7 @@ class TestUnifiedQwen3HiCachePP(UnifiedRadixTreeTestMixin, CustomTestCase):
hicache_io_backend = "direct"
hicache_mem_layout = "page_first_direct"
max_running_requests = 4
max_running_requests = 2
kl_threshold = 0.012
gsm8k_threshold = 0.7
num_gsm8k_questions = 50