diff --git a/.azure-pipelines/templates/sglang-test.yaml b/.azure-pipelines/templates/sglang-test.yaml index 1a2311b4..c6749286 100644 --- a/.azure-pipelines/templates/sglang-test.yaml +++ b/.azure-pipelines/templates/sglang-test.yaml @@ -85,7 +85,7 @@ steps: make -j && \ cd .. && \ pip install . && \ - pip install -r ./python/requirements_cuda13.txt \ + pip install -r ./python/requirements_cuda12.txt \ "' kill $CHILD_PID workingDirectory: '$(System.DefaultWorkingDirectory)'