fix batch size

This commit is contained in:
empyreus
2026-03-27 21:57:07 +00:00
parent 38552a6f9c
commit f171663d4e

View File

@@ -64,7 +64,7 @@ steps:
displayName: Run SGLang test
runRemoteArgs: '--container mscclpp-sglang-test'
remoteScript: |
python -m sglang.bench_one_batch --model-path Qwen/Qwen3-8B --batch <bs> --input-len 256 --output-len 256 --tp-size 8 --disable-custom-all-reduce --enable-mscclpp
python -m sglang.bench_one_batch --model-path Qwen/Qwen3-8B --batch 1 --input-len 256 --output-len 256 --tp-size 8 --disable-custom-all-reduce --enable-mscclpp
# - template: stop.yml
# parameters: