We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 708a0b0 commit 650db0fCopy full SHA for 650db0f
examples/gguf-split/README.md
@@ -5,5 +5,6 @@ CLI to split / merge GGUF files.
5
**Command line options:**
6
7
- `--split`: split GGUF to multiple GGUF, default operation.
8
+- `--split-max-size`: max size per split in `M` or `G`, f.ex. `500M` or `2G`.
9
- `--split-max-tensors`: maximum tensors in each split: default(128)
10
- `--merge`: merge multiple GGUF to a single GGUF.
0 commit comments