make fixes

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
empyreus
2026-05-04 21:20:35 +00:00
parent 3f86480097
commit 1f3f81b519
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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"