How do we make Quants of this merge?

#2
by NeatOnTheRocks - opened

I'm new to using merges like this and relatively new to the scene in general. If I wanted to simply create and use a Q4_K_M quant of this, how would I go about doing so? Forgive the ignorance.

Hi, here's a document that would explain it better than I can:

image

https://github.com/ggml-org/llama.cpp/blob/master/tools/quantize/README.md

Thanks for the response, but I should have been more specific: I've tried using the "GGUF-my-repo" space but get the following error:

image

Hi,

It's asking you to update, but I'm not sure which version of Transformers and llama.cpp you have.

  1. Update Transformers:
    pip install --upgrade --force-reinstall transformers

Also update llama.cpp if necessary.

You should also know that the model you downloaded, 'tepirale/Ornith-Agents-A1-3.7-35B-A3B-dare_ties_v4', doesn't have an internal MTP layer because I forgot to add the 'Flag' to include it internally. Therefore, the MTP and Vision layers are external in this case.

MTP layer

https://huggingface.co/tepirale/Ornith-Agents-A1-3.6-35B-A3B-MTP-GGUF/blob/main/Ornith-Agents-A1-3.6-35B-A3B-dare_ties-mtp-sidecar.gguf

Vision layer

https://huggingface.co/tepirale/Ornith-Agents-A1-3.6-35B-A3B-MTP-GGUF/blob/main/mmproj-F32.gguf

--mmproj mmproj-F32.gguf
-md Ornith-Agents-A1-3.6-35B-A3B-dare_ties-mtp-sidecar.gguf

If you solve it, great, but if life allows, I'll upload the GGUF tomorrow or the day after.

Sign up or log in to comment