mirror of
https://github.com/wassname/vllm.git
synced 2026-07-04 07:36:33 +08:00
9 lines
226 B
INI
9 lines
226 B
INI
[mypy]
|
|
python_version = 3.8
|
|
|
|
ignore_missing_imports = True
|
|
|
|
files = cacheflow
|
|
# TODO(woosuk): Include the code from Megatron and HuggingFace.
|
|
exclude = cacheflow/model_executor/parallel_utils/|cacheflow/model_executor/models/
|