summaryrefslogtreecommitdiff
path: root/examples/gguf-split/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gguf-split/README.md')
-rw-r--r--examples/gguf-split/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/gguf-split/README.md b/examples/gguf-split/README.md
index ddb1f764..ad1d8665 100644
--- a/examples/gguf-split/README.md
+++ b/examples/gguf-split/README.md
@@ -5,5 +5,6 @@ CLI to split / merge GGUF files.
**Command line options:**
- `--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.