Skip to content
Merged
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
2 changes: 1 addition & 1 deletion configs/nvidia-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1734,7 +1734,7 @@ dsv4-fp4-b300-vllm-agentic-mtp:
# TP8 GPU-resident + MTP (num_speculative_tokens=3)
- { tp: 8, kv-offloading: none, spec-decoding: mtp, conc-list: [1, 4] }
# TP4 GPU-resident + MTP (num_speculative_tokens=3)
- { tp: 4, kv-offloading: none, spec-decoding: mtp, conc-list: [8] }
- { tp: 4, kv-offloading: none, spec-decoding: mtp, conc-list: [1, 2, 4, 6, 8] }
# TP4 SimpleCPU + MTP (num_speculative_tokens=3)
- { tp: 4, kv-offloading: dram, kv-offload-backend: { name: vllm-simple }, spec-decoding: mtp, conc-list: [16] }
# DEP4 SimpleCPU + MTP (num_speculative_tokens=3)
Expand Down
10 changes: 10 additions & 0 deletions perf-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6307,3 +6307,13 @@
- "Disable TensorRT-LLM return_perf_metrics in the prefill and decode workers."
- "Route the selected GB300 workloads to batch_3."
pr-link: https://github.com/SemiAnalysisAI/InferenceX/pull/2690

- config-keys:
- dsv4-fp4-b300-vllm-agentic-mtp
scenario-type:
- agentic-coding
description:
- "Append GPU-resident TP4 concurrency 1, 2, 4, and 6 points to the existing B300 DeepSeek-V4-Pro vLLM AgentX MTP curve."
pr-link: https://github.com/SemiAnalysisAI/InferenceX/pull/2647
append-only: true