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
2f84ae1f
Unverified
Commit
2f84ae1f
authored
Nov 03, 2025
by
Zhewen Li
Committed by
GitHub
Nov 04, 2025
Browse files
[CI/Build] Update LM Eval Version in AMD CI (#27944)
Signed-off-by:
zhewenli
<
zhewenli@meta.com
>
parent
f32cbc9a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
docker/Dockerfile.rocm
docker/Dockerfile.rocm
+0
-1
requirements/rocm-test.txt
requirements/rocm-test.txt
+9
-6
No files found.
docker/Dockerfile.rocm
View file @
2f84ae1f
...
@@ -75,7 +75,6 @@ COPY --from=build_vllm ${COMMON_WORKDIR}/vllm /vllm-workspace
...
@@ -75,7 +75,6 @@ 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 pytest-shard
&& python3 -m pip install pytest-shard
# -----------------------
# -----------------------
...
...
requirements/rocm-test.txt
View file @
2f84ae1f
...
@@ -4,7 +4,7 @@ tblib==3.1.0
...
@@ -4,7 +4,7 @@ tblib==3.1.0
bm25s==0.2.13
bm25s==0.2.13
pystemmer==3.0.0
pystemmer==3.0.0
#
e
ntrypoints test
#
E
ntrypoints test
# librosa==0.10.2.post1 # required by audio tests in entrypoints/openai
# librosa==0.10.2.post1 # required by audio tests in entrypoints/openai
audioread==3.0.1
audioread==3.0.1
cffi==1.17.1
cffi==1.17.1
...
@@ -17,11 +17,11 @@ soundfile==0.13.1
...
@@ -17,11 +17,11 @@ soundfile==0.13.1
soxr==0.5.0.post1
soxr==0.5.0.post1
librosa==0.10.2.post1
librosa==0.10.2.post1
#
e
ntrypoints test
#
E
ntrypoints test
#vllm[video] # required by entrypoints/openai/test_video.py
#vllm[video] # required by entrypoints/openai/test_video.py
decord==0.6.0
decord==0.6.0
#
e
ntrypoints test
#
E
ntrypoints test
#sentence-transformers # required by entrypoints/openai/test_score.py
#sentence-transformers # required by entrypoints/openai/test_score.py
sentence-transformers==3.4.1
sentence-transformers==3.4.1
...
@@ -32,7 +32,10 @@ matplotlib==3.10.3
...
@@ -32,7 +32,10 @@ matplotlib==3.10.3
blobfile==3.0.0
blobfile==3.0.0
# Required for openai schema test.
# Required for openai schema test.
schemathesis==3.39.15
schemathesis==3.39.15
# required for mteb test
# Required for mteb test
mteb[bm25s]>=1.38.11, <2
mteb[bm25s]>=1.38.11, <2
# Required for eval tests
lm-eval[api] @ git+https://github.com/EleutherAI/lm-evaluation-harness.git@206b7722158f58c35b7ffcd53b035fdbdda5126d
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