requirements-test.txt 744 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
15
peft
requests
16
ray[adag]>=2.35
17
sentence-transformers # required for embedding
18
soundfile # required for audio test
19
compressed-tensors==0.4.0 # required for compressed-tensors
20
timm # required for internvl test
21
22
transformers_stream_generator # required for qwen-vl test
matplotlib # required for qwen-vl test
23

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

27
28
29
30
# Benchmarking
aiohttp

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