diff --git a/.azure-pipelines/templates/sglang-test.yml b/.azure-pipelines/templates/sglang-test.yml index 895e5175..54e1883c 100644 --- a/.azure-pipelines/templates/sglang-test.yml +++ b/.azure-pipelines/templates/sglang-test.yml @@ -18,7 +18,7 @@ steps: subscription: ${{ parameters.subscription }} vmssName: ${{ parameters.vmssName }} gpuArch: ${{ parameters.gpuArch }} - deployArgs: 'single-node-test false cuda' # not sure if this should be IB or not + deployArgs: 'single-node-test true cuda' containerName: ${{ parameters.containerName }} - template: run-remote-task.yml