test.in 1.12 KB
Newer Older
1
2
3
4
5
6
7
8
9
10
# testing
pytest
tensorizer>=2.9.0
pytest-forked
pytest-asyncio
pytest-rerunfailures
pytest-shard

# testing utils
awscli
11
backoff # required for phi4mm test
12
decord # required for video tests
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
19
pqdm
Rui Qiao's avatar
Rui Qiao committed
20
ray[cgraph]>=2.43.0 # 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
Michael Goin's avatar
Michael Goin committed
25
26
27
torch==2.6.0
torchaudio==2.6.0
torchvision==0.21.0
28
29
transformers_stream_generator # required for qwen-vl test
matplotlib # required for qwen-vl test
Patrick von Platen's avatar
Patrick von Platen committed
30
mistral_common[opencv] >= 1.5.4 # required for pixtral test
31
32
datamodel_code_generator # required for minicpm3 test
lm-eval[api]==0.4.4 # required for model evaluation test
33
transformers==4.48.2 
34
# quantization
Michael Goin's avatar
Michael Goin committed
35
bitsandbytes>=0.45.3
36
buildkite-test-collector==0.1.9
37

38
39
40
genai_perf==0.0.8
tritonclient==2.51.0

41
numpy < 2.0.0
42
runai-model-streamer==0.11.0
Patrick von Platen's avatar
Patrick von Platen committed
43
runai-model-streamer-s3==0.11.0