requirements-test.txt 719 Bytes
Newer Older
1
2
3
# Needed for Ray accelerated DAG tests
-r requirements-adag.txt

4
5
6
7
8
9
10
11
12
13
# testing
pytest
tensorizer>=2.9.0
pytest-forked
pytest-asyncio
pytest-rerunfailures
pytest-shard

# testing utils
awscli
14
einops # required for MPT and qwen-vl
15
16
17
18
19
httpx
peft
requests
ray
sentence-transformers # required for embedding
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
33
bitsandbytes==0.42.0
buildkite-test-collector==0.1.8