requirements-dev.txt 284 Bytes
Newer Older
1
2
# formatting
yapf==0.32.0
3
toml==0.10.2
4
ruff==0.1.5
5
6
7
8
9
10
11
12

# type checking
mypy==0.991
types-PyYAML
types-requests
types-setuptools

# testing
13
pytest
Woosuk Kwon's avatar
Woosuk Kwon committed
14
pytest-forked
15
pytest-asyncio
Simon Mo's avatar
Simon Mo committed
16
17
18
httpx
einops # required for MPT
flash_attn # required for HuggingFace's llama implementation
19
20
21
openai
requests
ray