We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
disassemble magic number and metadata of course: https://huggingface.co/docs/hub/gguf
as well as https://github.com/ggerganov/llama.cpp/blob/5bbc7362cb93265f4c853fd89800a6255cc26985/ggml/src/gguf.cpp#L738 if the spec of gguf are not specified yet.
My goal is to have a decompiler to ensure GPDR respect in AI models.
Best regards.
The text was updated successfully, but these errors were encountered:
GGUF have file formats as well as executable similar to python bytecode
Sorry, something went wrong.
Its in extras
https://github.com/radareorg/radare2-extras/tree/master/libr/bin/gguf
why not in the main? Not maintained? I could maintain it at least
I also suggest to keep the bin_gguf and then add a asm_gguf as there is executable code in?
@trufae how can I build it please? :')
No branches or pull requests
Description
disassemble magic number and metadata of course:
https://huggingface.co/docs/hub/gguf
as well as https://github.com/ggerganov/llama.cpp/blob/5bbc7362cb93265f4c853fd89800a6255cc26985/ggml/src/gguf.cpp#L738 if the spec of gguf are not specified yet.
My goal is to have a decompiler to ensure GPDR respect in AI models.
Best regards.
The text was updated successfully, but these errors were encountered: