You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- ``--chunked_prefill_sizes``: Prefill chunk sizes, default ``4096``; use ``full``, ``none``, or ``0`` for unchunked prefill
164
174
- ``--tp``: Tensor Parallel degree
165
175
- ``--data_type``: Data type (bf16/fp16/fp32)
166
176
- ``--enable_prefill_microbatch_overlap``: Enable prefill microbatch overlap, only applicable to DeepSeek model EP mode
167
177
- ``--enable_decode_microbatch_overlap``: Enable decode microbatch overlap, only applicable to DeepSeek model EP mode
168
-
- ``--torch_profile``: Enable torch profiler for performance analysis
169
178
170
179
.. note::
171
180
Complete startup parameters are not listed here. Static testing scripts also share Lightllm's startup parameters. For more startup configurations, please refer to :ref:`tutorial/api_server_args_zh`.
@@ -176,24 +185,34 @@ Model Inference Testing (model_infer.py)
Multi-token prediction static performance testing with 100% acceptance rate by default, used to evaluate the ultimate performance of multi-token prediction. Currently only supports DeepSeek series models.
191
+
Multi-token prediction static performance testing defaults to
192
+
``--mtp_accept_rate 1.0``, which accepts all draft tokens. Lower values simulate
193
+
MTP decode throughput with lower acceptance. DeepSeek R1 can use a main/draft
194
+
model pair such as ``/mtc/models/DeepSeek-R1`` and
0 commit comments