nightly_torch_test.txt 1.35 KB
Newer Older
1
# testing
2
pytest
3
tensorizer==2.10.1
4
pytest-forked
5
pytest-asyncio
6
7
8
9
10
pytest-rerunfailures
pytest-shard
pytest-timeout

# testing utils
11
12
13
14
15
16
backoff # required for phi4mm test
blobfile # required for kimi-vl test
einops # required for MPT, qwen-vl and Mamba
httpx
librosa # required for audio tests
vocos # required for minicpmo_26 test
17
peft
18
pqdm
Rui Qiao's avatar
Rui Qiao committed
19
ray[cgraph,default]>=2.48.0 # Ray Compiled Graph, required by pipeline parallelism tests
20
21
22
23
24
25
sentence-transformers # required for embedding tests
soundfile # required for audio tests
jiwer # required for audio tests
timm # required for internvl test
transformers_stream_generator # required for qwen-vl test
matplotlib # required for qwen-vl test
26
mistral_common[image,audio] >= 1.8.5 # required for voxtral test
27
28
29
num2words # required for smolvlm test
opencv-python-headless >= 4.11.0 # required for video test
datamodel_code_generator # required for minicpm3 test
30
lm-eval[api]>=0.4.9.2 # required for model evaluation test
31
mteb>=1.38.11, <2 # required for mteb test
32
transformers==4.57.3
33
tokenizers==0.22.0
34
35
schemathesis>=3.39.15 # Required for openai schema test.
# quantization
36
bitsandbytes>=0.46.1
37
buildkite-test-collector==0.1.9
38

39

40
41
genai_perf==0.0.8
tritonclient==2.51.0
42

43
numba == 0.61.2 # Required for N-gram speculative decoding
44
numpy
45
runai-model-streamer[s3,gcs]==0.15.3
46
fastsafetensors>=0.1.10
47
pydantic>=2.12 # 2.11 leads to error on python 3.13