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