"vscode:/vscode.git/clone" did not exist on "624eab7c97f97319e23f99726a63077b35dfd319"
requirements-dev.txt 471 Bytes
Newer Older
1
2
# formatting
yapf==0.32.0
3
toml==0.10.2
4
tomli==2.0.1
5
ruff==0.1.5
6
codespell==2.3.0
7
isort==5.13.2
8
clang-format==18.1.5
9
10

# type checking
11
mypy==1.9.0
12
13
14
15
16
types-PyYAML
types-requests
types-setuptools

# testing
17
pytest
18
tensorizer>=2.9.0
Woosuk Kwon's avatar
Woosuk Kwon committed
19
pytest-forked
20
pytest-asyncio
21
pytest-rerunfailures
22
pytest-shard
23
24
25

# testing utils
awscli
Simon Mo's avatar
Simon Mo committed
26
einops # required for MPT
27
28
httpx
peft
29
requests
30
ray
31
sentence-transformers # required for embedding
32
33
34

# Benchmarking
aiohttp
35

36
37
# quantization
bitsandbytes==0.42.0