I'm a beginner, how do I use GGUF files that contain multiple files?

#43
by jevencheung - opened

How do I load the model? Previously it was a single GGUF file, but now it's multiple GGUF files (1 of N, 2 of N, etc.). How do I load the model in llamacpp, other platforms that directly load GGUF files, or in Comfyui nodes?

In llamacpp you load it by pointing to the first file (1 of N). llamacpp will automatically pick up the rest. Make sure all file parts are in the same directory

Unsloth AI org

In Unsloth Desktop everything is automatically configured for you via a UI. You just need to download and done.
Unsloth is also open-source GitHub: https://github.com/unslothai/unsloth

image (4)

In llamacpp you load it by pointing to the first file (1 of N). llamacpp will automatically pick up the rest. Make sure all file parts are in the same directory

tks

In Unsloth Desktop everything is automatically configured for you via a UI. You just need to download and done.
Unsloth is also open-source GitHub: https://github.com/unslothai/unsloth

image (4)

tks

Sign up or log in to comment