"vscode:/vscode.git/clone" did not exist on "bd2b52fc2dd09b401991835c8a2a6f2ef940b2e4"
Unverified Commit 8d7aa9de authored by Alexei-V-Ivanov-AMD's avatar Alexei-V-Ivanov-AMD Committed by GitHub
Browse files

[Bugfix] Fixing AMD LoRA CI test. (#12329)


Signed-off-by: default avatarAlexei V. Ivanov <alexei.ivanov@amd.com>
parent 68c4421b
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment