Skip to content

Commit 43a7396

Browse files
authored
[AMD][MI35X] Qwen3.5-fp4 SGLang single-node benchmark env update (#2201)
1 parent 3e513b3 commit 43a7396

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

benchmarks/single_node/fixed_seq_len/qwen3.5_fp4_mi355x.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ if [[ "$MODEL" != /* ]]; then hf download "$MODEL"; fi
2020
export SGLANG_USE_AITER=1
2121
export SGLANG_USE_AITER_UNIFIED_ATTN=1
2222
export AITER_FLYDSL_FORCE=1
23+
export SGLANG_MAMBA_SSM_DTYPE=bfloat16
2324

2425
SERVER_LOG=/workspace/server.log
2526
MEM_FRAC_STATIC=${MEM_FRAC_STATIC:-0.8}

benchmarks/single_node/fixed_seq_len/qwen3.5_fp4_mi355x_mtp.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ hf download "$MODEL"
2020
export SGLANG_USE_AITER=1
2121
export SGLANG_USE_AITER_UNIFIED_ATTN=1
2222
export AITER_FLYDSL_FORCE=1
23+
export SGLANG_MAMBA_SSM_DTYPE=bfloat16
2324

2425
SERVER_LOG=/workspace/server.log
2526
MEM_FRAC_STATIC=${MEM_FRAC_STATIC:-0.8}

configs/amd-master.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ qwen3.5-fp8-mi355x-sglang-disagg:
470470
- "DECODE_MTP_SIZE=0"
471471

472472
qwen3.5-fp4-mi355x-sglang:
473-
image: lmsysorg/sglang-rocm:v0.5.13-rocm720-mi35x-20260612
473+
image: lmsysorg/sglang-rocm:v0.5.15-rocm720-mi35x-20260713
474474
model: amd/Qwen3.5-397B-A17B-MXFP4
475475
model-prefix: qwen3.5
476476
runner: mi355x
@@ -512,7 +512,7 @@ qwen3.5-fp4-mi355x-atom:
512512
- { tp: 4, conc-start: 4, conc-end: 16 }
513513

514514
qwen3.5-fp4-mi355x-sglang-mtp:
515-
image: lmsysorg/sglang-rocm:v0.5.13-rocm720-mi35x-20260612
515+
image: lmsysorg/sglang-rocm:v0.5.15-rocm720-mi35x-20260713
516516
model: amd/Qwen3.5-397B-A17B-MXFP4
517517
model-prefix: qwen3.5
518518
runner: mi355x

perf-changelog.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4833,7 +4833,6 @@
48334833
- "Add GLM-5.1 FP8 GB200 disaggregated dynamo-sglang MTP config covering 8k1k, high-throughput and low-latency topologies"
48344834
- "Image: lmsysorg/sglang:v0.5.13.post1-cu130"
48354835
pr-link: https://github.com/SemiAnalysisAI/InferenceX/pull/2123
4836-
48374836

48384837
- config-keys:
48394838
- dsv4-fp8-mi325x-vllm
@@ -4860,3 +4859,11 @@
48604859
- "Add GB300 DeepSeek-V4 dynamo-sglang agentic recipes (agg-tp4 + dep8 disagg pareto)"
48614860
pr-link: https://github.com/SemiAnalysisAI/InferenceX/pull/2157
48624861

4862+
- config-keys:
4863+
- qwen3.5-fp4-mi355x-sglang
4864+
- qwen3.5-fp4-mi355x-sglang-mtp
4865+
description:
4866+
- "Bump image to lmsysorg/sglang-rocm:v0.5.15-rocm720-mi35x-20260713"
4867+
- "Add SGLANG_MAMBA_SSM_DTYPE=bfloat16 in both non-MTP and MTP benchmark scripts"
4868+
pr-link: https://github.com/SemiAnalysisAI/InferenceX/pull/2201
4869+

0 commit comments

Comments
 (0)