fix: remove --enable-chunked-prefill — conflicts with small max_num_batched_tokens
chunked_prefill requires max_num_batched_tokens >= max_model_len/max_num_seqs = 80000/2 = 40000. But we need small batched_tokens for profiling OOM. Without chunked_prefill, max_num_batched_tokens=2048 is fine for profiling and real inference processes full sequences in one pass.
This commit is contained in:
@@ -19,8 +19,7 @@ command:
|
||||
- --disable-log-requests
|
||||
- --disable-frontend-multiprocessing
|
||||
- --max-num-batched-tokens
|
||||
- '256'
|
||||
- --enable-chunked-prefill
|
||||
- '2048'
|
||||
- --max-seq-len-to-capture
|
||||
- '32768'
|
||||
- --enable-auto-tool-choice
|
||||
|
||||
Reference in New Issue
Block a user