requirements-test.txt 797 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, qwen-vl and Mamba
15
httpx
16
librosa # required for audio test
17
18
19
20
peft
requests
ray
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
26

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

30
31
32
33
# Benchmarking
aiohttp

# quantization
34
bitsandbytes==0.42.0
35
buildkite-test-collector==0.1.8