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
This commit is contained in:
@@ -7,4 +7,4 @@ CLI to split / merge GGUF files.
|
|||||||
- `--split`: split GGUF to multiple GGUF, default operation.
|
- `--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-size`: max size per split in `M` or `G`, f.ex. `500M` or `2G`.
|
||||||
- `--split-max-tensors`: maximum tensors in each split: default(128)
|
- `--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.
|
||||||
|
|||||||
Reference in New Issue
Block a user