add --split-max-size to readme

This commit is contained in:
Sigbjørn Skjæret 2024-04-14 12:00:05 +02:00 committed by GitHub
parent 708a0b0516
commit 650db0f25f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.