[Bugfix] Fixing AMD LoRA CI test. (#12329)
Signed-off-by: Alexei V. Ivanov <alexei.ivanov@amd.com>
This commit is contained in:
parent
68c4421b6d
commit
8d7aa9de71
@ -72,7 +72,8 @@ COPY --from=build_vllm ${COMMON_WORKDIR}/vllm /vllm-workspace
|
|||||||
RUN cd /vllm-workspace \
|
RUN cd /vllm-workspace \
|
||||||
&& rm -rf vllm \
|
&& rm -rf vllm \
|
||||||
&& python3 -m pip install -e tests/vllm_test_utils \
|
&& 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
|
# Final vLLM image
|
||||||
|
Loading…
x
Reference in New Issue
Block a user