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
2 changes: 1 addition & 1 deletion .github/configs/amd-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ minimaxm2.5-fp8-mi325x-vllm-agentic:
- { tp: 4, offloading: cpu, conc-list: [16, 20, 24, 28, 32] }

gptoss-fp4-mi300x-vllm:
image: vllm/vllm-openai-rocm:v0.17.0
image: vllm/vllm-openai-rocm:v0.21.0
model: openai/gpt-oss-120b
model-prefix: gptoss
runner: mi300x
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/single_node/gptoss_fp4_mi300x.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ set -x
vllm serve $MODEL --port $PORT \
$ATTN_BACKEND $FUSE_ROPE_KVCACHE \
--tensor-parallel-size=$TP \
--gpu-memory-utilization 0.95 \
--gpu-memory-utilization 0.90 \
--max-model-len $MAX_MODEL_LEN \
--block-size=64 \
--no-enable-prefix-caching > $SERVER_LOG 2>&1 &
Expand Down
6 changes: 6 additions & 0 deletions perf-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3050,3 +3050,9 @@
description:
- "Update SGLang image from v0.5.11-cu130 (5d old) to v0.5.12-cu130"
pr-link: https://github.com/SemiAnalysisAI/InferenceX/pull/1475

- config-keys:
- gptoss-fp4-mi300x-vllm
description:
- "Update vLLM ROCm image from v0.17.0 to v0.21.0; lower --gpu-memory-utilization 0.95 -> 0.90 to avoid v0.21 CUDA-graph profiler OOM"
pr-link: https://github.com/SemiAnalysisAI/InferenceX/pull/1403
Loading