vllm/requirements-dev.txt

19 lines
265 B
Plaintext
Raw Normal View History

# formatting
yapf==0.32.0
toml==0.10.2
ruff==0.1.5
# type checking
mypy==0.991
types-PyYAML
types-requests
types-setuptools
# testing
pytest
2023-09-01 11:19:43 +09:00
pytest-forked
pytest-asyncio
2024-01-14 12:37:58 -08:00
httpx
einops # required for MPT
flash_attn # required for HuggingFace's llama implementation