Skip to content
Closed
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 @@ -75,7 +75,6 @@ backend:
safetensors-load-strategy: prefetch
trust-remote-code: true
no-enable-prefix-caching: true
no-enable-flashinfer-autotune: true
attention-backend: FLASHINFER_MLA
block-size: 128
attention-config: '{"mla_prefill_backend": "TRTLLM_RAGGED"}'
Expand All @@ -95,7 +94,6 @@ backend:
safetensors-load-strategy: prefetch
trust-remote-code: true
no-enable-prefix-caching: true
no-enable-flashinfer-autotune: true
async-scheduling: true
attention-backend: FLASHINFER_MLA
block-size: 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ backend:
safetensors-load-strategy: prefetch
trust-remote-code: true
no-enable-prefix-caching: true
no-enable-flashinfer-autotune: true
attention-backend: FLASHINFER_MLA
block-size: 128
attention-config: '{"mla_prefill_backend": "TRTLLM_RAGGED"}'
Expand All @@ -95,7 +94,6 @@ backend:
safetensors-load-strategy: prefetch
trust-remote-code: true
no-enable-prefix-caching: true
no-enable-flashinfer-autotune: true
async-scheduling: true
attention-backend: FLASHINFER_MLA
block-size: 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ backend:
safetensors-load-strategy: prefetch
trust-remote-code: true
no-enable-prefix-caching: true
no-enable-flashinfer-autotune: true
attention-backend: FLASHINFER_MLA
block-size: 128
attention-config: '{"mla_prefill_backend": "TRTLLM_RAGGED"}'
Expand All @@ -93,7 +92,6 @@ backend:
safetensors-load-strategy: prefetch
trust-remote-code: true
no-enable-prefix-caching: true
no-enable-flashinfer-autotune: true
async-scheduling: true
attention-backend: FLASHINFER_MLA
block-size: 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ backend:
safetensors-load-strategy: prefetch
trust-remote-code: true
no-enable-prefix-caching: true
no-enable-flashinfer-autotune: true
attention-backend: FLASHINFER_MLA
block-size: 128
attention-config: '{"mla_prefill_backend": "TRTLLM_RAGGED"}'
Expand All @@ -92,7 +91,6 @@ backend:
safetensors-load-strategy: prefetch
trust-remote-code: true
no-enable-prefix-caching: true
no-enable-flashinfer-autotune: true
async-scheduling: true
attention-backend: FLASHINFER_MLA
block-size: 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ backend:
safetensors-load-strategy: prefetch
trust-remote-code: true
no-enable-prefix-caching: true
no-enable-flashinfer-autotune: true
attention-backend: FLASHINFER_MLA
block-size: 128
attention-config: '{"mla_prefill_backend": "TRTLLM_RAGGED"}'
Expand All @@ -92,7 +91,6 @@ backend:
safetensors-load-strategy: prefetch
trust-remote-code: true
no-enable-prefix-caching: true
no-enable-flashinfer-autotune: true
async-scheduling: true
attention-backend: FLASHINFER_MLA
block-size: 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ backend:
safetensors-load-strategy: prefetch
trust-remote-code: true
no-enable-prefix-caching: true
no-enable-flashinfer-autotune: true
attention-backend: FLASHINFER_MLA
block-size: 128
attention-config: '{"mla_prefill_backend": "TRTLLM_RAGGED"}'
Expand All @@ -92,7 +91,6 @@ backend:
safetensors-load-strategy: prefetch
trust-remote-code: true
no-enable-prefix-caching: true
no-enable-flashinfer-autotune: true
async-scheduling: true
attention-backend: FLASHINFER_MLA
block-size: 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ backend:
safetensors-load-strategy: prefetch
trust-remote-code: true
no-enable-prefix-caching: true
no-enable-flashinfer-autotune: true
attention-backend: FLASHINFER_MLA
block-size: 128
attention-config: '{"mla_prefill_backend": "TRTLLM_RAGGED"}'
Expand All @@ -95,7 +94,6 @@ backend:
safetensors-load-strategy: prefetch
trust-remote-code: true
no-enable-prefix-caching: true
no-enable-flashinfer-autotune: true
async-scheduling: true
attention-backend: FLASHINFER_MLA
block-size: 128
Expand Down
6 changes: 6 additions & 0 deletions perf-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5355,3 +5355,9 @@
- "Apply the accuracy-gated Kimi-K2.5 MXFP4 settings: tuned AITER MXFP4 MoE, fused shared experts, FP8 KV cache, block size 16, 16384 batched tokens, 512 sequences, async scheduling, gpu-memory-utilization 0.85 (headroom for CUDA-graph capture on MI355X), and the AITER BF16 GEMM path"
- "Extend the TP4 and TP8 8k1k concurrency sweep from 64 to 128 (1k1k deprecated per #2263)"
pr-link: https://github.com/SemiAnalysisAI/InferenceX/pull/2213

- config-keys:
- kimik2.6-fp4-b200-dynamo-vllm
description:
- "Remove no-enable-flashinfer-autotune from Kimi K2.6 B200 disagg recipes, target runner b200-new"
pr-link: https://github.com/SemiAnalysisAI/InferenceX/pull/2445
Loading