mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-11-11 21:39:52 +00:00
a75fa576ab
* Replace convert-*-hf-to-gguf.py files with convert-hf-to-gguf.py
7 lines
139 B
INI
7 lines
139 B
INI
[mypy]
|
|
strict = true
|
|
allow_untyped_calls = true
|
|
allow_untyped_defs = true
|
|
allow_incomplete_defs = true
|
|
disable_error_code = import-untyped
|