From 1f3f81b51910a34d9acc37bf9271cedcbaffe678 Mon Sep 17 00:00:00 2001 From: empyreus Date: Mon, 4 May 2026 21:20:35 +0000 Subject: [PATCH] make fixes Co-authored-by: Copilot --- .azure-pipelines/multi-nodes-test.yml | 1 + .azure-pipelines/templates/sglang-test.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.azure-pipelines/multi-nodes-test.yml b/.azure-pipelines/multi-nodes-test.yml index 55a96fbd..61eab90b 100644 --- a/.azure-pipelines/multi-nodes-test.yml +++ b/.azure-pipelines/multi-nodes-test.yml @@ -94,6 +94,7 @@ jobs: vmssName: ${{ parameters.vmssName }} resourceGroup: mscclpp gpuArch: '90' + deployArgs: 'multi-node-test true cuda' containerName: 'sglang-mscclpp-test' - template: templates/sglang-multi-test.yml diff --git a/.azure-pipelines/templates/sglang-test.yml b/.azure-pipelines/templates/sglang-test.yml index 1210a2c9..0a6c3cae 100644 --- a/.azure-pipelines/templates/sglang-test.yml +++ b/.azure-pipelines/templates/sglang-test.yml @@ -44,7 +44,7 @@ steps: displayName: Install SGLang runRemoteArgs: '--container sglang-mscclpp-test' remoteScript: | - git clone -b release/v0.5.7 https://github.com/caiomcbr/sglang.git + git clone -b main https://github.com/caiomcbr/sglang.git cd sglang pip install --upgrade pip pip install -e "python"