mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-09 03:04:54 +08:00
[CI/Build] Update LM Eval Version in AMD CI (#27944)
Signed-off-by: zhewenli <zhewenli@meta.com>
This commit is contained in:
parent
f32cbc9a0c
commit
2f84ae1f27
@ -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
|
||||||
|
|
||||||
# -----------------------
|
# -----------------------
|
||||||
|
|||||||
@ -4,7 +4,7 @@ tblib==3.1.0
|
|||||||
bm25s==0.2.13
|
bm25s==0.2.13
|
||||||
pystemmer==3.0.0
|
pystemmer==3.0.0
|
||||||
|
|
||||||
# entrypoints test
|
# Entrypoints 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
|
|||||||
soxr==0.5.0.post1
|
soxr==0.5.0.post1
|
||||||
librosa==0.10.2.post1
|
librosa==0.10.2.post1
|
||||||
|
|
||||||
# entrypoints test
|
# Entrypoints 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
|
||||||
|
|
||||||
# entrypoints test
|
# Entrypoints 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
|
|||||||
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user