Chat_X / llama.cpp /mypy.ini
Arrcttacsrks's picture
Upload llama.cpp/mypy.ini with huggingface_hub
da31260 verified
raw
history blame
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