Skip to content

Commit

Permalink
[Bugfix] Fixing AMD LoRA CI test. (#12329)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexei V. Ivanov <[email protected]>
  • Loading branch information
Alexei-V-Ivanov-AMD authored Jan 23, 2025
1 parent 68c4421 commit 8d7aa9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.rocm
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ 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 lm-eval[api]==0.4.4 \
&& python3 -m pip install pytest-shard

# -----------------------
# Final vLLM image
Expand Down

0 comments on commit 8d7aa9d

Please sign in to comment.