CoolFace
Modelpublic

Codeprocastinator/optimized-tinyllama-covalent

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
0likes119downloads
.flake818 linesDownload Raw Back to llama.cpp
1[flake8]2max-line-length = 1253ignore = E203,E211,E221,E225,E231,E241,E251,E261,E266,E501,E701,E704,W5034exclude =5    # Do not traverse examples6    examples,7    # Do not include package initializers8    __init__.py,9    # No need to traverse our git directory10    .git,11    # There's no value in checking cache directories12    __pycache__,13    # No need to include the build path14    build,15    # This contains builds that we don't want to check16    dist  # This is generated with `python build .` for package releases17# max-complexity = 1018