arch(CRITICAL): match Sub168 proven engine config exactly
Sub168 scored 60194.6 with these exact params: - max_model_len=100000 (was 256000) - max_num_seqs=1 (was 2 → caused crash cascade) - gpu_memory_utilization=0.9 (was 0.95) - chunked_prefill=disabled (was enabled) - max_num_batched_tokens=default (was 4096) - max_seq_len_to_capture=8192 (was 32768) Root cause of Sub508/509 0-score: engine crash at t2_n_2 with max_num_seqs=2 caused Connection Refused cascade.
This commit is contained in:
@@ -8,16 +8,14 @@ command:
|
||||
- --served-model-name
|
||||
- llm
|
||||
- --max-model-len
|
||||
- '256000'
|
||||
- '100000'
|
||||
- --gpu-memory-utilization
|
||||
- '0.95'
|
||||
- '0.9'
|
||||
- --trust-remote-code
|
||||
- -tp
|
||||
- '4'
|
||||
- --max-num-seqs
|
||||
- '2'
|
||||
- --max-num-batched-tokens
|
||||
- '4096'
|
||||
- '1'
|
||||
- --disable-log-requests
|
||||
- --disable-frontend-multiprocessing
|
||||
- --enforce-eager
|
||||
@@ -27,9 +25,8 @@ command:
|
||||
- --reasoning-parser
|
||||
- qwen3
|
||||
- --enable-prefix-caching
|
||||
- --enable-chunked-prefill
|
||||
- --max-seq-len-to-capture
|
||||
- '32768'
|
||||
- '8192'
|
||||
- --dtype
|
||||
- half
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user