"tests/entrypoints/pooling/openai/test_embedding.py" did not exist on "1856aff4d66833b258ce64132413ab8a18cc18a6"
test.in 1.83 KB
Newer Older
1
2
# testing
pytest
3
tensorizer==2.10.1
4
5
6
7
pytest-forked
pytest-asyncio
pytest-rerunfailures
pytest-shard
8
pytest-timeout
9
10

# testing utils
11
backoff # required for phi4mm test
12
blobfile # required for kimi-vl test
13
14
15
einops # required for MPT, qwen-vl and Mamba
httpx
librosa # required for audio tests
16
17
vector_quantize_pytorch # required for minicpmo_26 test
vocos # required for minicpmo_26 test
18
peft>=0.15.0 # required for phi-4-mm test
19
pqdm
Rui Qiao's avatar
Rui Qiao committed
20
ray[cgraph,default]>=2.43.0, !=2.44.* # Ray Compiled Graph, required by pipeline parallelism tests
21
22
sentence-transformers # required for embedding tests
soundfile # required for audio tests
23
jiwer # required for audio tests
24
timm # required for internvl test
25
26
27
torch==2.7.1
torchaudio==2.7.1
torchvision==0.22.1
28
transformers_stream_generator # required for qwen-vl test
29
mamba_ssm==2.2.5 # required for plamo2 test
30
matplotlib # required for qwen-vl test
Julien Denize's avatar
Julien Denize committed
31
mistral_common[image,audio] >= 1.8.2 # required for voxtral test
32
num2words # required for smolvlm test
33
open_clip_torch==2.32.0 # Required for nemotron_vl test
34
opencv-python-headless >= 4.11.0 # required for video test
35
datamodel_code_generator # required for minicpm3 test
36
lm-eval[api]==0.4.8 # required for model evaluation test
37
mteb[bm25s]>=1.38.11, <2 # required for mteb test
38
transformers==4.53.2
39
tokenizers==0.21.1
40
huggingface-hub[hf_xet]>=0.33.0  # Required for Xet downloads.
41
schemathesis>=3.39.15 # Required for openai schema test.
42
# quantization
43
bitsandbytes==0.46.1
44
buildkite-test-collector==0.1.9
45

46

47
48
49
genai_perf==0.0.8
tritonclient==2.51.0

50
numba == 0.60.0; python_version == '3.9' # v0.61 doesn't support Python 3.9. Required for N-gram speculative decoding
cyyever's avatar
cyyever committed
51
numba == 0.61.2; python_version > '3.9'
52
numpy
53
runai-model-streamer==0.11.0
Patrick von Platen's avatar
Patrick von Platen committed
54
runai-model-streamer-s3==0.11.0
55
fastsafetensors>=0.1.10
56
pydantic>=2.10 # 2.9 leads to error on python 3.10
57
terratorch==1.1rc2 # required for PrithviMAE test