2023-05-23 17:58:51 -07:00
|
|
|
[mypy]
|
|
|
|
|
python_version = 3.8
|
|
|
|
|
|
|
|
|
|
ignore_missing_imports = True
|
|
|
|
|
|
2023-06-17 03:07:40 -07:00
|
|
|
files = vllm
|
2023-05-23 17:58:51 -07:00
|
|
|
# TODO(woosuk): Include the code from Megatron and HuggingFace.
|
2023-06-17 03:07:40 -07:00
|
|
|
exclude = vllm/model_executor/parallel_utils/|vllm/model_executor/models/
|