Skip to content

Commit 32fcd76

Browse files
committed
chore(dsv4): refresh stale H200 FP8 submissions
- dsv4-fp8-h200-vllm(+mtp): bump image v0.21.0 -> v0.25.0 (match #2169) - dsv4-fp8-h200-sglang(+mtp): bump deepseek-v4-hopper digest to 2026-05-13 push 中文:刷新过期的 H200 FP8 DeepSeek-V4-Pro 数据:vLLM 镜像升级至 v0.25.0, SGLang hopper 镜像更新至 2026-05-13 摘要。
1 parent cd72ba7 commit 32fcd76

2 files changed

Lines changed: 21 additions & 6 deletions

File tree

configs/nvidia-master.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3078,7 +3078,7 @@ dsr1-fp8-h200-sglang-mtp:
30783078
# Uses the cu129 image. H200 has no FP4 path, so the FP4 indexer cache
30793079
# flag is omitted. Max-model-len is pinned at 800k per the recipe.
30803080
dsv4-fp8-h200-vllm:
3081-
image: vllm/vllm-openai:v0.21.0
3081+
image: vllm/vllm-openai:v0.25.0
30823082
model: deepseek-ai/DeepSeek-V4-Pro
30833083
model-prefix: dsv4
30843084
runner: h200
@@ -3098,11 +3098,10 @@ dsv4-fp8-h200-vllm:
30983098
- { tp: 8, ep: 1, dp-attn: false, conc-start: 1, conc-end: 256 }
30993099
- { tp: 8, ep: 8, dp-attn: true, conc-start: 1, conc-end: 256 }
31003100

3101-
# MTP variant of dsv4-fp8-h200-vllm. Uses the canonical v0.20.1 image
3102-
# (the non-MTP entry above is still on the deepseekv4-cu129 tag) and adds
3101+
# MTP variant of dsv4-fp8-h200-vllm. Mirrors the non-MTP image and adds
31033102
# --speculative-config '{"method":"mtp","num_speculative_tokens":2}'.
31043103
dsv4-fp8-h200-vllm-mtp:
3105-
image: vllm/vllm-openai:v0.21.0
3104+
image: vllm/vllm-openai:v0.25.0
31063105
model: deepseek-ai/DeepSeek-V4-Pro
31073106
model-prefix: dsv4
31083107
runner: h200
@@ -3143,7 +3142,7 @@ dsv4-fp8-h200-vllm-agentic:
31433142
# runner pool, search space) and adds EAGLE speculative decoding via
31443143
# --speculative-algorithm EAGLE with the (3,1,4) chain matching dsv4-fp4-b300-sglang-mtp.
31453144
dsv4-fp8-h200-sglang:
3146-
image: lmsysorg/sglang:deepseek-v4-hopper@sha256:7f19c6dc092e47a10fac2e41f47eab78970280d06648b8e50d312a82f0ae722f
3145+
image: lmsysorg/sglang:deepseek-v4-hopper@sha256:1bf5d508ab110cc0fe1659a5f21d1be02a7f0d7ca8f58cea7e7f4e11f6ae208f
31473146
model: deepseek-ai/DeepSeek-V4-Pro
31483147
model-prefix: dsv4
31493148
runner: h200-dgxc
@@ -3167,7 +3166,7 @@ dsv4-fp8-h200-sglang:
31673166
# runner pool, search space) and adds EAGLE speculative decoding via
31683167
# --speculative-algorithm EAGLE with the (3,1,4) chain matching dsv4-fp4-b300-sglang-mtp.
31693168
dsv4-fp8-h200-sglang-mtp:
3170-
image: lmsysorg/sglang:deepseek-v4-hopper@sha256:7f19c6dc092e47a10fac2e41f47eab78970280d06648b8e50d312a82f0ae722f
3169+
image: lmsysorg/sglang:deepseek-v4-hopper@sha256:1bf5d508ab110cc0fe1659a5f21d1be02a7f0d7ca8f58cea7e7f4e11f6ae208f
31713170
model: deepseek-ai/DeepSeek-V4-Pro
31723171
model-prefix: dsv4
31733172
runner: h200-dgxc

perf-changelog.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4750,3 +4750,19 @@
47504750
- "Image: lmsysorg/sglang:nightly-dev-cu13-20260709-074bb928"
47514751
- "6 topologies across 1k/1k and 8k/1k: 1P1D TP4 STP + wide-EP (DEP4 prefill / DEP16 decode) from 1P1D up to 8P1D, recipes under benchmarks/multi_node/srt-slurm-recipes/sglang/qwen3.5/gb300-fp8/"
47524752
pr-link: https://github.com/SemiAnalysisAI/InferenceX/pull/2137
4753+
4754+
- config-keys:
4755+
- dsv4-fp8-h200-vllm
4756+
- dsv4-fp8-h200-vllm-mtp
4757+
description:
4758+
- "Bump vLLM image from v0.21.0 to v0.25.0 for DeepSeek-V4-Pro FP8 on H200, matching the B200/B300 dsv4 vLLM bump (#2169)"
4759+
- "Refresh stale H200 dsv4 submissions (last run 2026-05-21)"
4760+
pr-link: PLACEHOLDER
4761+
4762+
- config-keys:
4763+
- dsv4-fp8-h200-sglang
4764+
- dsv4-fp8-h200-sglang-mtp
4765+
description:
4766+
- "Bump the pinned lmsysorg/sglang:deepseek-v4-hopper digest from the 2026-05-02 push (7f19c6dc) to the current 2026-05-13 push (1bf5d508)"
4767+
- "Refresh stale H200 dsv4 SGLang submissions (last run 2026-05-04)"
4768+
pr-link: PLACEHOLDER

0 commit comments

Comments
 (0)