vllm/requirements-dev.txt

38 lines
455 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 23:59:47 +09:00
isort==5.13.2
clang-format==18.1.5
# type checking
mypy==1.9.0
types-PyYAML
types-requests
types-setuptools
# testing
pytest
tensorizer>=2.9.0
2023-09-01 11:19:43 +09:00
pytest-forked
pytest-asyncio
pytest-rerunfailures
pytest-shard
# testing utils
awscli
2024-01-14 12:37:58 -08:00
einops # required for MPT
httpx
peft
2024-01-17 05:33:14 +00:00
requests
ray
sentence-transformers # required for embedding
# Benchmarking
aiohttp
# Multimodal
pillow