[CI] Install sgl-eval from PyPI through the test extra (#37504)

This commit is contained in:
Liangsheng Yin
2026-09-02 01:45:25 -07:00
committed by GitHub
parent fe3d4b9bbb
commit ebfd8c60e5
32 changed files with 52 additions and 80 deletions
+1 -2
View File
@@ -43,8 +43,7 @@ RUN source /opt/.venv/bin/activate && \
cd sglang/kernels/aot && \
cp pyproject_cpu.toml pyproject.toml && \
uv pip install . && \
source /sgl-workspace/sglang/scripts/ci/utils/sgl_eval_ref.sh && \
uv pip install "$SGL_EVAL_SPEC"
uv pip install "sgl-eval==0.1.0"
ENV SGLANG_USE_CPU_ENGINE=1
ENV LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libtcmalloc.so.4:/usr/lib/x86_64-linux-gnu/libtbbmalloc.so:/opt/.venv/lib/libiomp5.so