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