15ad56a454372f8c2b4a72899b1daba9e729b863
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.
project_6
Description
Languages
C++
41.5%
Cuda
31.3%
Python
22.8%
C
2.1%
CMake
1.1%
Other
1.1%