test.in 2.63 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
pytest-cov
10
11

# testing utils
12
albumentations # required for Nemotron Parse in test_common.py
13
av  # required for audio_in_video tests
14
backoff # required for phi4mm test
15
blobfile # required for kimi-vl test
16
einops # required for MPT, qwen-vl
17
18
httpx
librosa # required for audio tests
19
20
vector_quantize_pytorch # required for minicpmo_26 test
vocos # required for minicpmo_26 test
21
peft>=0.15.0 # required for phi-4-mm test
22
pqdm
Rui Qiao's avatar
Rui Qiao committed
23
ray[cgraph,default]>=2.48.0 # Ray Compiled Graph, required by pipeline parallelism tests
24
resampy # required for audio tests
25
sentence-transformers>=5.2.0 # required for embedding tests
26
soundfile # required for audio tests
27
jiwer # required for audio tests
28
tblib # for pickling test exceptions
29
30
31
32
timm >=1.0.17 # required for internvl and gemma3n-mm test
torch==2.10.0
torchaudio==2.10.0
torchvision==0.25.0
33
34
transformers_stream_generator # required for qwen-vl test
matplotlib # required for qwen-vl test
35
mistral_common[image,audio] >= 1.9.1 # required for voxtral test
36
num2words # required for smolvlm test
37
open_clip_torch==2.32.0 # Required for nemotron_vl test, Nemotron Parse in test_common.py
38
opencv-python-headless >= 4.13.0 # required for video test
39
datamodel_code_generator # required for minicpm3 test
40
lm-eval[api]>=0.4.11 # required for model evaluation test
41
mteb[bm25s]>=2, <3 # required for mteb test
Huy Do's avatar
Huy Do committed
42
transformers==4.57.5
43
tokenizers==0.22.0
44
schemathesis>=3.39.15 # Required for openai schema test.
45
# quantization
46
bitsandbytes==0.49.2
47
buildkite-test-collector==0.1.9
48

49

50
51
genai_perf>=0.0.8
tritonclient>=2.51.0
52

53
54
55
56
# The version of gRPC libraries should be consistent with each other
grpcio==1.78.0
grpcio-reflection==1.78.0

57
arctic-inference == 0.1.1 # Required for suffix decoding test
58
numba == 0.61.2 # Required for N-gram speculative decoding
59
numpy
60
runai-model-streamer[s3,gcs,azure]==0.15.7
61
fastsafetensors>=0.2.2 # 0.2.2 contains important fixes for multi-GPU mem usage
62
instanttensor>=0.1.5
63
pydantic>=2.12 # 2.11 leads to error on python 3.13
64
decord==0.6.0
65
66
67
68
terratorch >= 1.2.2 # Required for Prithvi tests
imagehash # Required for Prithvi tests
segmentation-models-pytorch > 0.4.0 # Required for Prithvi tests

69
gpt-oss >= 0.0.7; python_version > '3.11'
oscardev256's avatar
oscardev256 committed
70
71

perceptron # required for isaac test
72
kaldi-native-fbank >= 1.18.7 # required for fireredasr2 test
73
74
75

# Newer versions of datasets require torchcoded, that makes the tests fail in CI because of a missing library.
# Older versions are in conflict with teerratorch requirements.
76
77
78
79
datasets>=3.3.0,<=3.6.0

openpyxl # required for perf comparison excel report
plotly # required for perf comparison html report