Skip to content

convert_hf_to_gguf.py : conversion from hf weights to Q6_0#483

Merged
ikawrakow merged 3 commits intoikawrakow:mainfrom
Nexesenex:conv_q6_0
Jun 3, 2025
Merged

convert_hf_to_gguf.py : conversion from hf weights to Q6_0#483
ikawrakow merged 3 commits intoikawrakow:mainfrom
Nexesenex:conv_q6_0

Conversation

@Nexesenex
Copy link
Copy Markdown
Contributor

@Nexesenex Nexesenex commented Jun 2, 2025

This quantization script is obtained by making a sort of "cross multiplication" with the python code for q5_0, and the C code for q5_0 and q6_0 in order to get through trial and error the code for the q6_0 conversion script, this with the help of a 7xB parameters AI model.

It was an interesting experiment!

Tested on Llama 3.2 instruct 1B and Qwen 2.5 instruct 1.5B.
Bitrate of this q6_0 conversion is 6.50BPW straight.
PPL equivalent (+/-0.5%) to a regular q6_0 quant from a fp16 gguf.
Inference is working as intended in my Croco.cpp.

Comment thread convert_hf_to_gguf.py
@ikawrakow ikawrakow merged commit 4f8b05a into ikawrakow:main Jun 3, 2025
@Nexesenex Nexesenex deleted the conv_q6_0 branch June 3, 2025 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants