vllm/mypy.ini

9 lines
211 B
INI
Raw Normal View History

[mypy]
python_version = 3.8
ignore_missing_imports = True
2023-06-17 18:07:40 +08:00
files = vllm
# 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/