Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
8d7aa9de
Unverified
Commit
8d7aa9de
authored
Jan 22, 2025
by
Alexei-V-Ivanov-AMD
Committed by
GitHub
Jan 23, 2025
Browse files
[Bugfix] Fixing AMD LoRA CI test. (#12329)
Signed-off-by:
Alexei V. Ivanov
<
alexei.ivanov@amd.com
>
parent
68c4421b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Dockerfile.rocm
Dockerfile.rocm
+2
-1
No files found.
Dockerfile.rocm
View file @
8d7aa9de
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment