mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-09 12:35:40 +08:00
52 lines
1.1 KiB
Plaintext
52 lines
1.1 KiB
Plaintext
# Common dependencies
|
|
-r common.txt
|
|
tblib==3.1.0
|
|
bm25s==0.2.13
|
|
pystemmer==3.0.0
|
|
|
|
# Entrypoints test
|
|
# librosa==0.10.2.post1 # required by audio tests in entrypoints/openai
|
|
audioread==3.0.1
|
|
cffi==1.17.1
|
|
decorator==5.2.1
|
|
lazy-loader==0.4
|
|
platformdirs==4.3.6
|
|
pooch==1.8.2
|
|
#pycparse==2.22
|
|
soundfile==0.13.1
|
|
soxr==0.5.0.post1
|
|
librosa==0.10.2.post1
|
|
|
|
# Entrypoints test
|
|
#vllm[video] # required by entrypoints/openai/test_video.py
|
|
decord==0.6.0
|
|
|
|
# Entrypoints test
|
|
#sentence-transformers # required by entrypoints/openai/test_score.py
|
|
sentence-transformers==3.4.1
|
|
|
|
# Basic Models Test
|
|
matplotlib==3.10.3
|
|
|
|
# Multi-Modal Models Test (Extended) 3
|
|
blobfile==3.0.0
|
|
|
|
# Required for openai schema test.
|
|
schemathesis==3.39.15
|
|
|
|
# Required for mteb test
|
|
mteb[bm25s]>=1.38.11, <2
|
|
|
|
# Required for eval tests
|
|
lm-eval[api] @ git+https://github.com/EleutherAI/lm-evaluation-harness.git@206b7722158f58c35b7ffcd53b035fdbdda5126d
|
|
|
|
# Required for multiprocessed tests that use spawn method
|
|
multiprocess==0.70.16
|
|
|
|
# Plugins test
|
|
terratorch @ git+https://github.com/IBM/terratorch.git@07184fcf91a1324f831ff521dd238d97fe350e3e
|
|
torchgeo==0.7.0
|
|
|
|
# Required for suffix decoding test
|
|
arctic-inference == 0.1.1
|