requirements-test.txt 578 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
14
15
16
17
18
19
# testing
pytest
tensorizer>=2.9.0
pytest-forked
pytest-asyncio
pytest-rerunfailures
pytest-shard

# testing utils
awscli
einops # required for MPT
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
24
25
# TODO: Add this after fully implementing llava(mantis)
# git+https://github.com/TIGER-AI-Lab/Mantis.git # required for llava(mantis) test

26
27
28
29
# Benchmarking
aiohttp

# quantization
30
bitsandbytes==0.42.0