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"