Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ enable_chunked_prefill: true
enable_autotuner: true
trust_remote_code: true
reasoning_parser: minimax_m3
stream_interval: 100
stream_interval: 20
print_iter_log: true
num_postprocess_workers: 8
enable_attention_dp: false
Expand Down
8 changes: 8 additions & 0 deletions perf-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6225,3 +6225,11 @@
- "Add a TP2/EP2 HiCache branch and update the resident recipes with extra_buffer_lazy, ReplaySSM speculative verification, and checkpoint page-cache release."
- "Select TP4 C1/C2/C4/C8/C12/C20/C24, TP2/EP2 resident C4/C8/C12/C20, and TP2/EP2 HiCache C22/C24/C28/C32/C40 with golden synthetic acceptance length 3.39."
pr-link: https://github.com/SemiAnalysisAI/InferenceX/pull/2660

- config-keys:
- minimaxm3-fp4-b300-trtllm-agentic-mtp
scenario-type:
- agentic-coding
description:
- "Refresh with lower stream interval to collect correct client metrics"
pr-link: https://github.com/SemiAnalysisAI/InferenceX/pull/2685
Loading