requirements-test.in 1.06 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
decord # required for video tests
12
13
14
einops # required for MPT, qwen-vl and Mamba
httpx
librosa # required for audio tests
15
16
vector_quantize_pytorch # required for minicpmo_26 test
vocos # required for minicpmo_26 test
17
peft
18
pqdm
Rui Qiao's avatar
Rui Qiao committed
19
ray[cgraph]>=2.43.0 # Ray Compiled Graph, required by pipeline parallelism tests
20
21
sentence-transformers # required for embedding tests
soundfile # required for audio tests
22
jiwer # required for audio tests
23
timm # required for internvl test
24
torch==2.5.1
25
torchaudio==2.5.1
26
27
transformers_stream_generator # required for qwen-vl test
matplotlib # required for qwen-vl test
28
mistral_common[opencv] >= 1.5.0 # required for pixtral test
29
30
datamodel_code_generator # required for minicpm3 test
lm-eval[api]==0.4.4 # required for model evaluation test
31
transformers==4.48.2 
32
# quantization
33
bitsandbytes>=0.45.0
34
buildkite-test-collector==0.1.9
35

36
37
38
genai_perf==0.0.8
tritonclient==2.51.0

39
numpy < 2.0.0
40
41
runai-model-streamer==0.11.0
runai-model-streamer-s3==0.11.0