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 benchmarks/single_node/dsr1_fp8_mi355x.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ python3 -m sglang.launch_server \
--trust-remote-code \
--chunked-prefill-size 196608 \
--mem-fraction-static 0.8 --disable-radix-cache \
--num-continuous-decode-steps 4 \
--num-continuous-decode-steps 8 \
--max-prefill-tokens 196608 \
--kv-cache-dtype fp8_e4m3 \
--cuda-graph-max-bs "$CONC" $EVAL_CONTEXT_ARGS > $SERVER_LOG 2>&1 &
Expand Down
3 changes: 3 additions & 0 deletions benchmarks/single_node/gptoss_fp4_mi355x.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ vllm serve $MODEL --port $PORT \
--gpu-memory-utilization 0.95 \
--max-model-len $MAX_MODEL_LEN \
--block-size=64 \
--max-num-seqs 256 \
--enable-chunked-prefill \
--max-num-batched-tokens 16384 \
--no-enable-prefix-caching > $SERVER_LOG 2>&1 &

SERVER_PID=$!
Expand Down
9 changes: 9 additions & 0 deletions perf-changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
- config-keys:
- dsr1-fp8-mi355x-sglang
- gptoss-fp4-mi355x-vllm
description:
- 'dsr1-fp8-mi355x-sglang: --num-continuous-decode-steps: 4 → 8'
- 'gptoss-fp4-mi355x-vllm: Add --max-num-seqs 256; Add --enable-chunked-prefill
; Add --max-num-batched-tokens 16384'
pr-link: https://github.com/SemiAnalysisAI/InferenceX/pull/XXX

- config-keys:
- kimik2.5-int4-mi300x-vllm
description:
Expand Down