Initial dflash implementation

This commit is contained in:
SamuelOliveirads
2026-05-28 18:57:58 -03:00
parent 6eff055a0c
commit 82cff238fe
23 changed files with 1618 additions and 205 deletions
+2
View File
@@ -17,3 +17,5 @@ exclude =
# This contains builds that we don't want to check
dist # This is generated with `python build .` for package releases
# max-complexity = 10
per-file-ignores =
gguf-py/gguf/constants.py: E201, E222