From 4cf9cd721bbc8e306ab3be96954641e4e7afc003 Mon Sep 17 00:00:00 2001 From: empyreus Date: Thu, 26 Mar 2026 20:50:32 +0000 Subject: [PATCH] change cuda version --- .azure-pipelines/templates/sglang-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)'