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