diff --git a/.azure-pipelines/templates/sglang-multi-test.yml b/.azure-pipelines/templates/sglang-multi-test.yml index 474f0abe..fea20fd9 100644 --- a/.azure-pipelines/templates/sglang-multi-test.yml +++ b/.azure-pipelines/templates/sglang-multi-test.yml @@ -79,11 +79,4 @@ steps: echo "Unknown hostname: $HOSTNAME" exit 1 fi - python -m sglang.bench_one_batch --model-path Qwen/Qwen3-8B --batch 1 --input-len 256 --output-len 256 --tp-size 16 --dist-init-addr mscclit-000000:20003 --nnodes 2 --node-rank $NODE_RANK --enable-mscclpp - -- template: stop.yml - parameters: - subscription: ${{ parameters.subscription }} - vmssName: ${{ parameters.vmssName }} - resourceGroup: ${{ parameters.resourceGroup }} - + python -m sglang.bench_one_batch --model-path Qwen/Qwen3-8B --batch 1 --input-len 256 --output-len 256 --tp-size 16 --dist-init-addr mscclit-000000:20003 --nnodes 2 --node-rank $NODE_RANK --enable-mscclpp \ No newline at end of file