From f171663d4ee12a54816f2f44987321099da13a4f Mon Sep 17 00:00:00 2001 From: empyreus Date: Fri, 27 Mar 2026 21:57:07 +0000 Subject: [PATCH] fix batch size --- .azure-pipelines/templates/sglang-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/templates/sglang-test.yml b/.azure-pipelines/templates/sglang-test.yml index d737658b..a4e18186 100644 --- a/.azure-pipelines/templates/sglang-test.yml +++ b/.azure-pipelines/templates/sglang-test.yml @@ -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 --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: