llama.cpp / llama.cpp /mypy.ini
KBaba7's picture
Upload 2637 files
2a8cee5 verified
raw
history blame contribute delete
163 Bytes
[mypy]
strict = true
allow_untyped_calls = true
allow_untyped_defs = true
allow_incomplete_defs = true
disable_error_code = import-untyped
warn_return_any = false