vllm/requirements-dev.txt

35 lines
388 B
Plaintext
Raw Normal View History

# formatting
yapf==0.32.0
toml==0.10.2
tomli==2.0.1
ruff==0.1.5
codespell==2.2.6
2024-03-25 22:59:47 +08:00
isort==5.13.2
# type checking
mypy==0.991
types-PyYAML
types-requests
types-setuptools
# testing
pytest
2023-09-01 10:19:43 +08:00
pytest-forked
pytest-asyncio
pytest-rerunfailures
pytest-shard
2024-01-15 04:37:58 +08:00
httpx
einops # required for MPT
2024-01-17 13:33:14 +08:00
openai
requests
ray
peft
awscli
ai2-olmo # required for OLMo
# Benchmarking
aiohttp
# Multimodal
pillow