810aef8c39b07e48085bf899825a45d6c8acf533
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
project_6
Description
Languages
C++
41.8%
Cuda
31.6%
Python
22.2%
C
2.1%
CMake
1.1%
Other
1.1%