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

47

48
49
genai_perf>=0.0.8
tritonclient>=2.51.0
50

51
grpcio-tools==1.78.0 # Should match `build.txt`
52
arctic-inference == 0.1.1 # Required for suffix decoding test
53
numba == 0.61.2 # Required for N-gram speculative decoding
54
numpy
55
runai-model-streamer[s3,gcs]==0.15.3
56
fastsafetensors>=0.1.10
57
pydantic>=2.12 # 2.11 leads to error on python 3.13
58
decord==0.6.0
59
terratorch @ git+https://github.com/IBM/terratorch.git@1.1.rc3 # required for PrithviMAE test
60
gpt-oss >= 0.0.7; python_version > '3.11'
oscardev256's avatar
oscardev256 committed
61
62

perceptron # required for isaac test