Replies: 1 comment
-
Overall, I'm against complicating the file format with anything that is not really necessary. For every addition, there should be a meaningful usecase that it will enable and no other alternative to accomplish it in a reasonable way. I don't think any of the suggestion in this issue qualifies as such |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Still currently investigating gguf file format and ways to improve it. So far this is my wishlist/investigation/strategy points to consider:
Bonus cookie (but rather half baked because of potential security complications)
Also let's address any file format security issues:
https://www.databricks.com/blog/ggml-gguf-file-format-vulnerabilities (As pointed out by #7890)
Longer shot investigation
Could Kaitai struct be a possible path to a more well defined and safe gguf file format?
https://doc.kaitai.io/
Beta Was this translation helpful? Give feedback.
All reactions