From 7fddcaf89d0d0e3631bb859a7ea42f7ad7e190d3 Mon Sep 17 00:00:00 2001 From: empyreus Date: Thu, 2 Apr 2026 16:31:50 +0000 Subject: [PATCH] reset msccl --- .azure-pipelines/templates/sglang-test.yml | 25 ++++++++++++++-------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/.azure-pipelines/templates/sglang-test.yml b/.azure-pipelines/templates/sglang-test.yml index 1a6b949f..7f9157b4 100644 --- a/.azure-pipelines/templates/sglang-test.yml +++ b/.azure-pipelines/templates/sglang-test.yml @@ -21,15 +21,22 @@ steps: deployArgs: 'single-node-test false cuda' # not sure if this should be IB or not containerName: ${{ parameters.containerName }} -# - template: run-remote-task.yml -# parameters: -# name: InstallMscclpp -# displayName: Install mscclpp -# runRemoteArgs: '--container sglang-mscclpp-test' -# remoteScript: | -# cd mscclpp -# pip install . -# pip install -r ./python/requirements_cuda12.txt +- template: run-remote-task.yml + parameters: + name: InstallMscclpp + displayName: Install mscclpp + runRemoteArgs: '--container sglang-mscclpp-test' + remoteScript: | + rm -rf mscclpp + git clone https://github.com/microsoft/mscclpp.git + cd mscclpp + mkdir build + cd build + cmake -DCMAKE_BUILD_TYPE=Release .. + make –j + cd .. + pip install . + pip install -r ./python/requirements_cuda12.txt - template: run-remote-task.yml parameters: