[CI/Build] Update LM Eval Version in AMD CI (#27944)

Signed-off-by: zhewenli <zhewenli@meta.com>
This commit is contained in:
Zhewen Li
2025-11-03 22:36:40 -08:00
committed by GitHub
parent f32cbc9a0c
commit 2f84ae1f27
2 changed files with 9 additions and 7 deletions

View File

@@ -75,7 +75,6 @@ COPY --from=build_vllm ${COMMON_WORKDIR}/vllm /vllm-workspace
RUN cd /vllm-workspace \
&& rm -rf vllm \
&& python3 -m pip install -e tests/vllm_test_utils \
&& python3 -m pip install lm-eval[api]==0.4.4 \
&& python3 -m pip install pytest-shard
# -----------------------