"csrc/vscode:/vscode.git/clone" did not exist on "5cdddddd4a03b0d1b6fa1940458e432b91457ae1"
test.in 1.58 KB
Newer Older
1
2
3
4
5
6
7
# testing
pytest
tensorizer>=2.9.0
pytest-forked
pytest-asyncio
pytest-rerunfailures
pytest-shard
8
pytest-timeout
9
10
11

# testing utils
awscli
12
backoff # required for phi4mm test
13
blobfile # required for kimi-vl test
14
15
16
einops # required for MPT, qwen-vl and Mamba
httpx
librosa # required for audio tests
17
18
vector_quantize_pytorch # required for minicpmo_26 test
vocos # required for minicpmo_26 test
19
peft
20
pqdm
21
ray[cgraph]>=2.43.0, !=2.44.* # Ray Compiled Graph, required by pipeline parallelism tests
22
23
sentence-transformers # required for embedding tests
soundfile # required for audio tests
24
jiwer # required for audio tests
25
timm # required for internvl test
Michael Goin's avatar
Michael Goin committed
26
27
28
torch==2.6.0
torchaudio==2.6.0
torchvision==0.21.0
29
transformers_stream_generator # required for qwen-vl test
Shinichi Hemmi's avatar
Shinichi Hemmi committed
30
mamba_ssm # required for plamo2 test
31
matplotlib # required for qwen-vl test
Patrick von Platen's avatar
Patrick von Platen committed
32
mistral_common[opencv] >= 1.5.4 # required for pixtral test
33
num2words # required for smolvlm test
34
opencv-python-headless >= 4.11.0 # required for video test
35
datamodel_code_generator # required for minicpm3 test
36
lm-eval[api]==0.4.8 # required for model evaluation test
37
transformers==4.51.1
38
tokenizers==0.21.1
39
huggingface-hub[hf_xet]>=0.30.0  # Required for Xet downloads.
40
schemathesis>=3.39.15 # Required for openai schema test.
41
# quantization
Michael Goin's avatar
Michael Goin committed
42
bitsandbytes>=0.45.3
43
buildkite-test-collector==0.1.9
44

45
46
47
genai_perf==0.0.8
tritonclient==2.51.0

48
numba == 0.60.0; python_version == '3.9' # v0.61 doesn't support Python 3.9. Required for N-gram speculative decoding
cyyever's avatar
cyyever committed
49
numba == 0.61.2; python_version > '3.9'
50
numpy
51
runai-model-streamer==0.11.0
Patrick von Platen's avatar
Patrick von Platen committed
52
runai-model-streamer-s3==0.11.0
53
fastsafetensors>=0.1.10