summaryrefslogtreecommitdiff
path: root/examples/gguf-split/README.md
blob: ddb1f76497aed764be9b5e63a78334f1e19eda40 (plain)
1
2
3
4
5
6
7
8
9
## GGUF split Example

CLI to split / merge GGUF files.

**Command line options:**

- `--split`: split GGUF to multiple GGUF, default operation.
- `--split-max-tensors`: maximum tensors in each split: default(128)
- `--merge`: merge multiple GGUF to a single GGUF.