From 97a4b1aa69efd2679695d9152eea9ff949a646e3 Mon Sep 17 00:00:00 2001 From: empyreus Date: Mon, 4 May 2026 17:23:01 +0000 Subject: [PATCH] remove duplicate stop --- .azure-pipelines/templates/sglang-multi-test.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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