diff options
author | Galunid <karolek1231456@gmail.com> | 2023-11-09 11:09:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-09 11:09:29 +0100 |
commit | a75fa576abba9d37f463580c379e4bbf1e1ad03c (patch) | |
tree | 01b2abda59a4df1382ec42bed67c100aee54a55f /mypy.ini | |
parent | 57ad015dc3011b046ed5a23186c86ea55f987c54 (diff) |
scripts: Generalize convert scripts (#3838)
* Replace convert-*-hf-to-gguf.py files with convert-hf-to-gguf.py
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,3 +3,4 @@ strict = true allow_untyped_calls = true allow_untyped_defs = true allow_incomplete_defs = true +disable_error_code = import-untyped |