"tests/pipelines/controlnet/test_controlnet.py" did not exist on "a7f25b4a881c0835980e2a3db5fe09bfc4ab2dc0"
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/