From 149be8e82890422bfb652a90fff260c4841d6475 Mon Sep 17 00:00:00 2001 From: empyreus Date: Thu, 2 Apr 2026 19:47:30 +0000 Subject: [PATCH] fix - --- .azure-pipelines/templates/sglang-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/templates/sglang-test.yml b/.azure-pipelines/templates/sglang-test.yml index 34707515..895e5175 100644 --- a/.azure-pipelines/templates/sglang-test.yml +++ b/.azure-pipelines/templates/sglang-test.yml @@ -32,7 +32,7 @@ steps: mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release .. - make –j + make -j cd .. pip install . pip install -r ./python/requirements_cuda12.txt