Claude
810aef8c39
fix(critical): match Sub168 proven config — max_model_len=100K, max_num_seqs=1, gpu_mem=0.9
Root cause analysis of Sub508 (41.2% score):
1. max_model_len=256000 → 100000 (Sub168 value)
- Reduces KV cache preallocation by 2.56x
- d01: should drop from 95.87s to ~8-10s
- Frees GPU memory for stable inference
2. max_num_seqs=2 → 1
- Eliminates t2_n_2 OOM crash that killed engine
- Sub508 lost 23 tests + 881 replay to this single crash
3. gpu_memory_utilization=0.95 → 0.9 (matches Sub168 docker log)
4. serving_chat.py content fallback improved for d07
2026-08-08 05:37:40 +00:00
..
2026-07-30 16:06:20 +00:00
2026-07-30 16:06:20 +00:00
2026-08-07 07:55:04 +00:00
2026-08-07 08:56:50 +00:00
2026-08-07 09:55:06 +00:00
2026-08-05 08:24:43 +00:00
2026-08-07 07:05:40 +00:00
2026-07-30 16:06:20 +00:00
2026-08-05 08:24:43 +00:00
2026-08-06 06:33:26 +00:00
2026-08-07 08:56:36 +00:00
2026-08-07 04:37:44 +00:00
2026-08-07 04:44:18 +00:00
2026-08-07 09:58:35 +00:00
2026-08-07 10:37:41 +00:00
2026-08-07 10:02:09 +00:00
2026-08-07 02:46:46 +00:00
2026-08-07 09:55:06 +00:00
2026-08-07 09:26:11 +00:00
2026-08-07 07:45:28 +00:00
2026-08-05 08:36:52 +00:00
2026-08-06 02:55:51 +00:00
2026-07-30 16:06:20 +00:00
2026-07-30 16:06:20 +00:00
2026-08-08 05:37:40 +00:00
2026-08-05 08:36:52 +00:00
2026-08-07 06:36:12 +00:00
2026-08-07 01:54:52 +00:00