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

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

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

28
29
30
31
# Benchmarking
aiohttp

# quantization
32
bitsandbytes==0.42.0
33
buildkite-test-collector==0.1.8