requirements-test.txt 867 Bytes
Newer Older
1
2
3
4
5
6
7
# testing
pytest
tensorizer>=2.9.0
pytest-forked
pytest-asyncio
pytest-rerunfailures
pytest-shard
8
9
pytest-html
pytest-timeout
10
11
12

# testing utils
awscli
13
einops # required for MPT, qwen-vl and Mamba
14
httpx
15
librosa # required for audio test
16
opencv-python # required for video test
17
18
peft
requests
19
ray[adag]==2.35
20
sentence-transformers # required for embedding
21
soundfile # required for audio test
22
compressed-tensors==0.4.0 # required for compressed-tensors
23
timm # required for internvl test
24
25
transformers_stream_generator # required for qwen-vl test
matplotlib # required for qwen-vl test
ywfang's avatar
ywfang committed
26
datamodel_code_generator # required for minicpm3 test
27

28
29
30
# TODO: Add this after fully implementing llava(mantis)
# git+https://github.com/TIGER-AI-Lab/Mantis.git # required for llava(mantis) test

31
32
33
34
# Benchmarking
aiohttp

# quantization
35
# bitsandbytes>=0.44.0
36
buildkite-test-collector==0.1.8