From 8fc17493c3a2c39e6843e043e6227fb006668600 Mon Sep 17 00:00:00 2001 From: Francisco Herrera Date: Wed, 25 Mar 2026 06:12:50 -0500 Subject: [PATCH] gguf-split : clarify operation of gguf-split (#19749) * clarify operation of gguf-split so that you don't have to find out by trial and error * formatting --- tools/gguf-split/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gguf-split/README.md b/tools/gguf-split/README.md index ad1d86651b..9304bc17f0 100644 --- a/tools/gguf-split/README.md +++ b/tools/gguf-split/README.md @@ -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.