CoolFace
Modelpublic

Felipe97/llama-cpp-compiled

sourceHugging Faceupdated 3d agoView on Hugging Face
0likes1.1kdownloads
mypy.ini8 linesDownload Raw Back to root
1[mypy]2strict = true3allow_untyped_calls = true4allow_untyped_defs = true5allow_incomplete_defs = true6disable_error_code = import-untyped7warn_return_any = false8