File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,6 @@ COPY --from=build_vllm ${COMMON_WORKDIR}/vllm /vllm-workspace
7575RUN cd /vllm-workspace \
7676 && rm -rf vllm \
7777 && python3 -m pip install -e tests/vllm_test_utils \
78- && python3 -m pip install lm-eval[api]==0.4.4 \
7978 && python3 -m pip install pytest-shard
8079
8180# -----------------------
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ tblib==3.1.0
44bm25s==0.2.13
55pystemmer==3.0.0
66
7- # entrypoints test
7+ # Entrypoints test
88# librosa==0.10.2.post1 # required by audio tests in entrypoints/openai
99audioread==3.0.1
1010cffi==1.17.1
@@ -17,11 +17,11 @@ soundfile==0.13.1
1717soxr==0.5.0.post1
1818librosa==0.10.2.post1
1919
20- # entrypoints test
20+ # Entrypoints test
2121#vllm[video] # required by entrypoints/openai/test_video.py
2222decord==0.6.0
2323
24- # entrypoints test
24+ # Entrypoints test
2525#sentence-transformers # required by entrypoints/openai/test_score.py
2626sentence-transformers==3.4.1
2727
@@ -32,7 +32,10 @@ matplotlib==3.10.3
3232blobfile==3.0.0
3333
3434# Required for openai schema test.
35- schemathesis==3.39.15
35+ schemathesis==3.39.15
3636
37- # required for mteb test
38- mteb[bm25s]>=1.38.11, <2
37+ # Required for mteb test
38+ mteb[bm25s]>=1.38.11, <2
39+
40+ # Required for eval tests
41+ lm-eval[api] @ git+https://github.com/EleutherAI/lm-evaluation-harness.git@206b7722158f58c35b7ffcd53b035fdbdda5126d
You can’t perform that action at this time.
0 commit comments