"vllm_omni/diffusion/cache/teacache/coefficient_estimator.py" did not exist on "356077823ea8569ff15218e51228c1b3d50792a9"
mypy.ini 226 Bytes
Newer Older
1
2
3
4
5
6
7
8
[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/