]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
gguf-split : clarify operation of gguf-split (#19749)
authorFrancisco Herrera <redacted>
Wed, 25 Mar 2026 11:12:50 +0000 (06:12 -0500)
committerGitHub <redacted>
Wed, 25 Mar 2026 11:12:50 +0000 (13:12 +0200)
* clarify operation of gguf-split

so that you don't have to find out by trial and error

* formatting

tools/gguf-split/README.md

index ad1d86651b46df48b420d0f2054b5795b0df8edb..9304bc17f09b90d0e202dfad9eb7acb703b4e584 100644 (file)
@@ -7,4 +7,4 @@ CLI to split / merge GGUF files.
 - `--split`: split GGUF to multiple GGUF, default operation.
 - `--split-max-size`: max size per split in `M` or `G`, f.ex. `500M` or `2G`.
 - `--split-max-tensors`: maximum tensors in each split: default(128)
-- `--merge`: merge multiple GGUF to a single GGUF.
+- `--merge`: merge multiple GGUF to a single GGUF. You only need to specify the name of the first GGUF to merge, the name of the merged GGUF, and the CLI will find the other GGUFs it needs within the same folder.