mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 01:45:01 +08:00
9 lines
211 B
INI
9 lines
211 B
INI
[mypy]
|
|
python_version = 3.8
|
|
|
|
ignore_missing_imports = True
|
|
|
|
files = vllm
|
|
# TODO(woosuk): Include the code from Megatron and HuggingFace.
|
|
exclude = vllm/model_executor/parallel_utils/|vllm/model_executor/models/
|