Add python script that converts GGUF imatrix files to the format supported here#1405
Add python script that converts GGUF imatrix files to the format supported here#1405
Conversation
|
Thanks @saood06 its good to have this ability here in addition to the mainline I haven't tried it yet, but am curious in general if imatrix files computed against the new mainline pre-merged I'm guessing not unfortunately... |
The imatrix for Having said that, I don't think such nonsense should be supported. Oh, is somebody going to tell AesSedai that his new GGUFs do not work here? |
Well like I said the script was mostly vibe coded. The reason the PR was delayed was the original working script was too ugly. The current script was made with newer models.
Your guess is correct. The script does only basic conversion, nothing fancy. |
As mentioned here the new GGUF imatrix files can now be found on a lot of recent model releases on huggingface. This mostly vibe coded script allows for conversion without needing to have a compiled version of mainline.
By default swaps the .gguf extension for .dat but you can use
--outfileto specify an output file.Tested by converting and using the resulting imatrix to quantize but didn't do any objective tests (like perplexity).